Color Hex Logo

#ca8cce Color Hex

#CA8CCE
(202,140,206)
0 Favorites   0 Comments

Color spaces of #ca8cce

RGB 202140206
HSL0.820.400.68
HSV296°32°81°
CMYK 0.020.320.00   0.19
XYZ44.875835.769062.9314
Yxy35.76900.31260.2491
Hunter Lab59.807229.2733-20.5222
CIE-Lab66.343034.4121-24.6257

#ca8cce color RGB value is (202,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001100 11001110
Octal 312 214 316
Decimal 202 140 206
Hex CA 8C CE

RGB Percentages of Color #ca8cce

%36.86
%25.55
%37.59

CMYK Percentages of Color #ca8cce

%2
%32
%0
%19

Triadic Colors of #ca8cce

#ca8cce #ceca8c #8cceca

Analogous Colors of #ca8cce

#ca8cce #ce8cb1 #a98cce

Monochromatic Colors of #ca8cce

#ca8cce

Complementary Color

#ca8cce #90ce8c

#ca8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8cce Color CSS Codes

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

#ca8cce Text Font Color

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

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


#ca8cce Background Color

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

This div background color is #ca8cce


#ca8cce Border Color

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

This div border color is #ca8cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8cce


Comments

No comments written yet.

Please login to write comment.