Color Hex Logo

#ca87ce Color Hex

#CA87CE
(202,135,206)
0 Favorites   0 Comments

Color spaces of #ca87ce

RGB 202135206
HSL0.820.420.67
HSV297°34°81°
CMYK 0.020.340.00   0.19
XYZ44.161734.340762.6934
Yxy34.34070.31280.2432
Hunter Lab58.600931.9661-22.4099
CIE-Lab65.232137.1244-26.3308

#ca87ce color RGB value is (202,135,206).

#ca87ce hex color red value is 202, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ca87ce hue: 0.82 , saturation: 0.42 and the lightness value of ca87ce is 0.67.

The process color (four color CMYK) of #ca87ce color hex is 0.02, 0.34, 0.00, 0.19. Web safe color of #ca87ce is #cc99cc. Color #ca87ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000111 11001110
Octal 312 207 316
Decimal 202 135 206
Hex CA 87 CE

RGB Percentages of Color #ca87ce

%37.20
%24.86
%37.94

CMYK Percentages of Color #ca87ce

%2
%34
%0
%19

Triadic Colors of #ca87ce

#ca87ce #ceca87 #87ceca

Analogous Colors of #ca87ce

#ca87ce #ce87af #a787ce

Monochromatic Colors of #ca87ce

#ca87ce

Complementary Color

#ca87ce #8bce87

#ca87ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca87ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca87ce Color CSS Codes

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

#ca87ce Text Font Color

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

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


#ca87ce Background Color

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

This div background color is #ca87ce


#ca87ce Border Color

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

This div border color is #ca87ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca87ce


Comments

No comments written yet.

Please login to write comment.