Color Hex Logo

#ca9dea Color Hex

#CA9DEA
(202,157,234)
0 Favorites   0 Comments

Color spaces of #ca9dea

RGB 202157234
HSL0.760.650.77
HSV275°33°92°
CMYK 0.140.330.00   0.08
XYZ51.265442.611083.3647
Yxy42.61100.28920.2404
Hunter Lab65.277125.9501-30.0247
CIE-Lab71.290130.7533-32.4659

#ca9dea color RGB value is (202,157,234).

#ca9dea hex color red value is 202, green value is 157 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca9dea hue: 0.76 , saturation: 0.65 and the lightness value of ca9dea is 0.77.

The process color (four color CMYK) of #ca9dea color hex is 0.14, 0.33, 0.00, 0.08. Web safe color of #ca9dea is #cc99ff. Color #ca9dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011101 11101010
Octal 312 235 352
Decimal 202 157 234
Hex CA 9D EA

RGB Percentages of Color #ca9dea

%34.06
%26.48
%39.46

CMYK Percentages of Color #ca9dea

%14
%33
%0
%8

Triadic Colors of #ca9dea

#ca9dea #eaca9d #9deaca

Analogous Colors of #ca9dea

#ca9dea #ea9de4 #a49dea

Monochromatic Colors of #ca9dea

#ca9dea

Complementary Color

#ca9dea #bdea9d

#ca9dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9dea Color CSS Codes

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

#ca9dea Text Font Color

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

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


#ca9dea Background Color

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

This div background color is #ca9dea


#ca9dea Border Color

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

This div border color is #ca9dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9dea


Comments

No comments written yet.

Please login to write comment.