Color Hex Logo

#ca9edc Color Hex

#CA9EDC
(202,158,220)
0 Favorites   0 Comments

Color spaces of #ca9edc

RGB 202158220
HSL0.780.470.74
HSV283°28°86°
CMYK 0.080.280.00   0.14
XYZ49.502242.177673.2422
Yxy42.17760.30020.2557
Hunter Lab64.944322.4048-21.4045
CIE-Lab70.993227.3127-25.2506

#ca9edc color RGB value is (202,158,220).

#ca9edc hex color red value is 202, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca9edc hue: 0.78 , saturation: 0.47 and the lightness value of ca9edc is 0.74.

The process color (four color CMYK) of #ca9edc color hex is 0.08, 0.28, 0.00, 0.14. Web safe color of #ca9edc is #cc99cc. Color #ca9edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011110 11011100
Octal 312 236 334
Decimal 202 158 220
Hex CA 9E DC

RGB Percentages of Color #ca9edc

%34.83
%27.24
%37.93

CMYK Percentages of Color #ca9edc

%8
%28
%0
%14

Triadic Colors of #ca9edc

#ca9edc #dcca9e #9edcca

Analogous Colors of #ca9edc

#ca9edc #dc9ecf #ab9edc

Monochromatic Colors of #ca9edc

#ca9edc

Complementary Color

#ca9edc #b0dc9e

#ca9edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9edc Color CSS Codes

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

#ca9edc Text Font Color

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

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


#ca9edc Background Color

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

This div background color is #ca9edc


#ca9edc Border Color

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

This div border color is #ca9edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9edc


Comments

No comments written yet.

Please login to write comment.