Color Hex Logo

#ca8bdd Color Hex

#CA8BDD
(202,139,221)
0 Favorites   0 Comments

Color spaces of #ca8bdd

RGB 202139221
HSL0.790.550.71
HSV286°37°87°
CMYK 0.090.370.00   0.13
XYZ46.640936.242372.9438
Yxy36.24230.29930.2326
Hunter Lab60.201632.9393-29.6982
CIE-Lab66.704637.8926-32.4063

#ca8bdd color RGB value is (202,139,221).

#ca8bdd hex color red value is 202, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca8bdd hue: 0.79 , saturation: 0.55 and the lightness value of ca8bdd is 0.71.

The process color (four color CMYK) of #ca8bdd color hex is 0.09, 0.37, 0.00, 0.13. Web safe color of #ca8bdd is #cc99cc. Color #ca8bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 11011101
Octal 312 213 335
Decimal 202 139 221
Hex CA 8B DD

RGB Percentages of Color #ca8bdd

%35.94
%24.73
%39.32

CMYK Percentages of Color #ca8bdd

%9
%37
%0
%13

Triadic Colors of #ca8bdd

#ca8bdd #ddca8b #8bddca

Analogous Colors of #ca8bdd

#ca8bdd #dd8bc7 #a18bdd

Monochromatic Colors of #ca8bdd

#ca8bdd

Complementary Color

#ca8bdd #9edd8b

#ca8bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8bdd Color CSS Codes

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

#ca8bdd Text Font Color

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

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


#ca8bdd Background Color

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

This div background color is #ca8bdd


#ca8bdd Border Color

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

This div border color is #ca8bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8bdd


Comments

No comments written yet.

Please login to write comment.