Color Hex Logo

#ca29cd Color Hex

#CA29CD
(202,41,205)
0 Favorites   0 Comments

Color spaces of #ca29cd

RGB 20241205
HSL0.830.670.48
HSV299°80°80°
CMYK 0.010.800.00   0.20
XYZ36.169518.550259.4318
Yxy18.55020.31690.1625
Hunter Lab43.069974.5293-51.6647
CIE-Lab50.156877.1719-49.3859

#ca29cd color RGB value is (202,41,205).

#ca29cd hex color red value is 202, green value is 41 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ca29cd hue: 0.83 , saturation: 0.67 and the lightness value of ca29cd is 0.48.

The process color (four color CMYK) of #ca29cd color hex is 0.01, 0.80, 0.00, 0.20. Web safe color of #ca29cd is #cc33cc. Color #ca29cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 11001101
Octal 312 51 315
Decimal 202 41 205
Hex CA 29 CD

RGB Percentages of Color #ca29cd

%45.09
%9.15
%45.76

CMYK Percentages of Color #ca29cd

%1
%80
%0
%20

Triadic Colors of #ca29cd

#ca29cd #cdca29 #29cdca

Analogous Colors of #ca29cd

#ca29cd #cd297e #7829cd

Monochromatic Colors of #ca29cd

#ca29cd

Complementary Color

#ca29cd #2ccd29

#ca29cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca29cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca29cd Color CSS Codes

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

#ca29cd Text Font Color

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

This sample text font color is #ca29cd
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.


#ca29cd Background Color

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

This div background color is #ca29cd


#ca29cd Border Color

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

This div border color is #ca29cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca29cd


Comments

No comments written yet.

Please login to write comment.