Color Hex Logo

#ca8dcd Color Hex

#CA8DCD
(202,141,205)
0 Favorites   0 Comments

Color spaces of #ca8dcd

RGB 202141205
HSL0.830.390.68
HSV297°31°80°
CMYK 0.010.310.00   0.20
XYZ44.901436.014162.3425
Yxy36.01410.31340.2514
Hunter Lab60.011728.5350-19.5845
CIE-Lab66.530733.6773-23.7809

#ca8dcd color RGB value is (202,141,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001101 11001101
Octal 312 215 315
Decimal 202 141 205
Hex CA 8D CD

RGB Percentages of Color #ca8dcd

%36.86
%25.73
%37.41

CMYK Percentages of Color #ca8dcd

%1
%31
%0
%20

Triadic Colors of #ca8dcd

#ca8dcd #cdca8d #8dcdca

Analogous Colors of #ca8dcd

#ca8dcd #cd8db0 #aa8dcd

Monochromatic Colors of #ca8dcd

#ca8dcd

Complementary Color

#ca8dcd #90cd8d

#ca8dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8dcd Color CSS Codes

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

#ca8dcd Text Font Color

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

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


#ca8dcd Background Color

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

This div background color is #ca8dcd


#ca8dcd Border Color

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

This div border color is #ca8dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8dcd


Comments

No comments written yet.

Please login to write comment.