Color Hex Logo

#ca72cd Color Hex

#CA72CD
(202,114,205)
0 Favorites   0 Comments

Color spaces of #ca72cd

RGB 202114205
HSL0.830.480.63
HSV298°44°80°
CMYK 0.010.440.00   0.20
XYZ41.393928.999061.1733
Yxy28.99900.31460.2204
Hunter Lab53.850742.9704-29.6567
CIE-Lab60.780748.0457-32.6498

#ca72cd color RGB value is (202,114,205).

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

The process color (four color CMYK) of #ca72cd color hex is 0.01, 0.44, 0.00, 0.20. Web safe color of #ca72cd is #cc66cc. Color #ca72cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110010 11001101
Octal 312 162 315
Decimal 202 114 205
Hex CA 72 CD

RGB Percentages of Color #ca72cd

%38.77
%21.88
%39.35

CMYK Percentages of Color #ca72cd

%1
%44
%0
%20

Triadic Colors of #ca72cd

#ca72cd #cdca72 #72cdca

Analogous Colors of #ca72cd

#ca72cd #cd72a3 #9d72cd

Monochromatic Colors of #ca72cd

#ca72cd

Complementary Color

#ca72cd #75cd72

#ca72cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca72cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca72cd Color CSS Codes

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

#ca72cd Text Font Color

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

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


#ca72cd Background Color

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

This div background color is #ca72cd


#ca72cd Border Color

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

This div border color is #ca72cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,114,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 #ca72cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca72cd


Comments

No comments written yet.

Please login to write comment.