Color Hex Logo

#ca9ede Color Hex

#CA9EDE
(202,158,222)
0 Favorites   0 Comments

Color spaces of #ca9ede

RGB 202158222
HSL0.780.490.75
HSV281°29°87°
CMYK 0.090.290.00   0.13
XYZ49.768842.284274.6458
Yxy42.28420.29860.2537
Hunter Lab65.026322.8215-22.5425
CIE-Lab71.066427.7179-26.2367

#ca9ede color RGB value is (202,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011110 11011110
Octal 312 236 336
Decimal 202 158 222
Hex CA 9E DE

RGB Percentages of Color #ca9ede

%34.71
%27.15
%38.14

CMYK Percentages of Color #ca9ede

%9
%29
%0
%13

Triadic Colors of #ca9ede

#ca9ede #deca9e #9edeca

Analogous Colors of #ca9ede

#ca9ede #de9ed2 #aa9ede

Monochromatic Colors of #ca9ede

#ca9ede

Complementary Color

#ca9ede #b2de9e

#ca9ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9ede Color CSS Codes

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

#ca9ede Text Font Color

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

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


#ca9ede Background Color

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

This div background color is #ca9ede


#ca9ede Border Color

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

This div border color is #ca9ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9ede


Comments

No comments written yet.

Please login to write comment.