Color Hex Logo

#ca8ccd Color Hex

#CA8CCD
(202,140,205)
0 Favorites   0 Comments

Color spaces of #ca8ccd

RGB 202140205
HSL0.830.390.68
HSV297°32°80°
CMYK 0.010.320.00   0.20
XYZ44.754635.720562.2935
Yxy35.72050.31350.2502
Hunter Lab59.766629.0732-19.9601
CIE-Lab66.305834.2218-24.1251

#ca8ccd color RGB value is (202,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001100 11001101
Octal 312 214 315
Decimal 202 140 205
Hex CA 8C CD

RGB Percentages of Color #ca8ccd

%36.93
%25.59
%37.48

CMYK Percentages of Color #ca8ccd

%1
%32
%0
%20

Triadic Colors of #ca8ccd

#ca8ccd #cdca8c #8ccdca

Analogous Colors of #ca8ccd

#ca8ccd #cd8cb0 #aa8ccd

Monochromatic Colors of #ca8ccd

#ca8ccd

Complementary Color

#ca8ccd #8fcd8c

#ca8ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8ccd Color CSS Codes

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

#ca8ccd Text Font Color

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

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


#ca8ccd Background Color

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

This div background color is #ca8ccd


#ca8ccd Border Color

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

This div border color is #ca8ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8ccd


Comments

No comments written yet.

Please login to write comment.