Color Hex Logo

#ca9def Color Hex

#CA9DEF
(202,157,239)
0 Favorites   0 Comments

Color spaces of #ca9def

RGB 202157239
HSL0.760.720.78
HSV273°34°94°
CMYK 0.150.340.00   0.06
XYZ51.994142.902587.2020
Yxy42.90250.28550.2356
Hunter Lab65.500027.0688-33.0845
CIE-Lab71.488731.8167-34.8888

#ca9def color RGB value is (202,157,239).

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

The process color (four color CMYK) of #ca9def color hex is 0.15, 0.34, 0.00, 0.06. Web safe color of #ca9def is #cc99ff. Color #ca9def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011101 11101111
Octal 312 235 357
Decimal 202 157 239
Hex CA 9D EF

RGB Percentages of Color #ca9def

%33.78
%26.25
%39.97

CMYK Percentages of Color #ca9def

%15
%34
%0
%6

Triadic Colors of #ca9def

#ca9def #efca9d #9defca

Analogous Colors of #ca9def

#ca9def #ef9deb #a19def

Monochromatic Colors of #ca9def

#ca9def

Complementary Color

#ca9def #c2ef9d

#ca9def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9def Color CSS Codes

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

#ca9def Text Font Color

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

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


#ca9def Background Color

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

This div background color is #ca9def


#ca9def Border Color

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

This div border color is #ca9def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9def


Comments

No comments written yet.

Please login to write comment.