Color Hex Logo

#ca80ce Color Hex

#CA80CE
(202,128,206)
0 Favorites   0 Comments

Color spaces of #ca80ce

RGB 202128206
HSL0.820.440.65
HSV297°38°81°
CMYK 0.020.380.00   0.19
XYZ43.216932.451162.3784
Yxy32.45110.31310.2351
Hunter Lab56.965935.7280-25.0473
CIE-Lab63.714040.8864-28.6692

#ca80ce color RGB value is (202,128,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000000 11001110
Octal 312 200 316
Decimal 202 128 206
Hex CA 80 CE

RGB Percentages of Color #ca80ce

%37.69
%23.88
%38.43

CMYK Percentages of Color #ca80ce

%2
%38
%0
%19

Triadic Colors of #ca80ce

#ca80ce #ceca80 #80ceca

Analogous Colors of #ca80ce

#ca80ce #ce80ab #a380ce

Monochromatic Colors of #ca80ce

#ca80ce

Complementary Color

#ca80ce #84ce80

#ca80ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca80ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca80ce Color CSS Codes

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

#ca80ce Text Font Color

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

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


#ca80ce Background Color

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

This div background color is #ca80ce


#ca80ce Border Color

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

This div border color is #ca80ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca80ce


Comments

No comments written yet.

Please login to write comment.