color codes Logo

#ca29db color codes

#CA29DB
(202,41,219)
0 Favorites   0 Comments

Color spaces of #ca29db

RGB 20241219
HSL0.820.710.51
HSV294°81°86°
CMYK 0.080.810.00   0.14
XYZ37.936219.256968.7353
Yxy19.25690.30130.1529
Hunter Lab43.882777.5170-62.1505
CIE-Lab50.986479.4016-56.0743

#ca29db color RGB value is (202,41,219).

#ca29db hex color red value is 202, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca29db hue: 0.82 , saturation: 0.71 and the lightness value of ca29db is 0.51.

The process color (four color CMYK) of #ca29db color code is 0.08, 0.81, 0.00, 0.14. Web safe color of #ca29db is #cc33cc. Color #ca29db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 11011011
Octal 312 51 333
Decimal 202 41 219
Hex CA 29 DB

RGB Percentages of Color #ca29db

%43.72
%8.87
%47.40

CMYK Percentages of Color #ca29db

%8
%81
%0
%14

Triadic Colors of #ca29db

#ca29db #dbca29 #29dbca

Analogous Colors of #ca29db

#ca29db #db2993 #7129db

Monochromatic Colors of #ca29db

#ca29db

Complementary Color

#ca29db #3adb29

#ca29db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca29db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca29db Color CSS Codes

.mybgcolor {background-color:#ca29db; } 
.myforecolor {color:#ca29db; }
.mybordercolor {border:3px solid #ca29db; }

#ca29db Text Font Color

<p style="color:#ca29db">Text here</p>

This sample text font color is #ca29db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca29db Background Color

<div style="background-color:#ca29db">
Div content here</div>

This div background color is #ca29db


#ca29db Border Color

<div style="border:3px solid #ca29db">
Div here</div>

This div border color is #ca29db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,41,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca29db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca29db;
  -webkit-box-shadow: 1px 1px 3px 2px #ca29db;
  box-shadow:         1px 1px 3px 2px #ca29db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,41,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca29db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca29db;
  -webkit-box-shadow: 1px 1px 3px 2px #ca29db;
  box-shadow:         1px 1px 3px 2px #ca29db;">
Div content here</div>

This div box has shadow with color #ca29db


Comments

No comments written yet.

Please login to write comment.