Color Hex Logo

#ca8bcd Color Hex

#CA8BCD
(202,139,205)
0 Favorites   0 Comments

Color spaces of #ca8bcd

RGB 202139205
HSL0.830.400.67
HSV297°32°80°
CMYK 0.010.320.00   0.20
XYZ44.609235.429662.2450
Yxy35.42960.31350.2490
Hunter Lab59.522829.6116-20.3356
CIE-Lab66.081834.7657-24.4682

#ca8bcd color RGB value is (202,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 11001101
Octal 312 213 315
Decimal 202 139 205
Hex CA 8B CD

RGB Percentages of Color #ca8bcd

%37.00
%25.46
%37.55

CMYK Percentages of Color #ca8bcd

%1
%32
%0
%20

Triadic Colors of #ca8bcd

#ca8bcd #cdca8b #8bcdca

Analogous Colors of #ca8bcd

#ca8bcd #cd8baf #a98bcd

Monochromatic Colors of #ca8bcd

#ca8bcd

Complementary Color

#ca8bcd #8ecd8b

#ca8bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8bcd Color CSS Codes

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

#ca8bcd Text Font Color

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

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


#ca8bcd Background Color

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

This div background color is #ca8bcd


#ca8bcd Border Color

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

This div border color is #ca8bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8bcd


Comments

No comments written yet.

Please login to write comment.