Color Hex Logo

#ca89cc Color Hex

#CA89CC
(202,137,204)
0 Favorites   0 Comments

Color spaces of #ca89cc

RGB 202137204
HSL0.830.400.67
HSV298°33°80°
CMYK 0.010.330.00   0.20
XYZ44.201934.807561.5156
Yxy34.80750.31450.2477
Hunter Lab58.997930.4880-20.5217
CIE-Lab65.598535.6625-24.6505

#ca89cc color RGB value is (202,137,204).

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

The process color (four color CMYK) of #ca89cc color hex is 0.01, 0.33, 0.00, 0.20. Web safe color of #ca89cc is #cc99cc. Color #ca89cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 11001100
Octal 312 211 314
Decimal 202 137 204
Hex CA 89 CC

RGB Percentages of Color #ca89cc

%37.20
%25.23
%37.57

CMYK Percentages of Color #ca89cc

%1
%33
%0
%20

Triadic Colors of #ca89cc

#ca89cc #ccca89 #89ccca

Analogous Colors of #ca89cc

#ca89cc #cc89ad #a989cc

Monochromatic Colors of #ca89cc

#ca89cc

Complementary Color

#ca89cc #8bcc89

#ca89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca89cc Color CSS Codes

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

#ca89cc Text Font Color

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

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


#ca89cc Background Color

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

This div background color is #ca89cc


#ca89cc Border Color

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

This div border color is #ca89cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca89cc


Comments

No comments written yet.

Please login to write comment.