Color Hex Logo

#ca89ce Color Hex

#CA89CE
(202,137,206)
0 Favorites   0 Comments

Color spaces of #ca89ce

RGB 202137206
HSL0.820.410.67
HSV297°33°81°
CMYK 0.020.330.00   0.19
XYZ44.443434.904162.7873
Yxy34.90410.31270.2456
Hunter Lab59.079730.8893-21.6550
CIE-Lab65.673936.0417-25.6521

#ca89ce color RGB value is (202,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 11001110
Octal 312 211 316
Decimal 202 137 206
Hex CA 89 CE

RGB Percentages of Color #ca89ce

%37.06
%25.14
%37.80

CMYK Percentages of Color #ca89ce

%2
%33
%0
%19

Triadic Colors of #ca89ce

#ca89ce #ceca89 #89ceca

Analogous Colors of #ca89ce

#ca89ce #ce89b0 #a889ce

Monochromatic Colors of #ca89ce

#ca89ce

Complementary Color

#ca89ce #8dce89

#ca89ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca89ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca89ce Color CSS Codes

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

#ca89ce Text Font Color

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

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


#ca89ce Background Color

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

This div background color is #ca89ce


#ca89ce Border Color

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

This div border color is #ca89ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca89ce


Comments

No comments written yet.

Please login to write comment.