Color Hex Logo

#ca9bdf Color Hex

#CA9BDF
(202,155,223)
0 Favorites   0 Comments

Color spaces of #ca9bdf

RGB 202155223
HSL0.780.520.74
HSV281°30°87°
CMYK 0.090.300.00   0.13
XYZ49.397741.327075.1854
Yxy41.32700.29770.2491
Hunter Lab64.286124.6595-24.3420
CIE-Lab70.404429.5672-27.8020

#ca9bdf color RGB value is (202,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011011 11011111
Octal 312 233 337
Decimal 202 155 223
Hex CA 9B DF

RGB Percentages of Color #ca9bdf

%34.83
%26.72
%38.45

CMYK Percentages of Color #ca9bdf

%9
%30
%0
%13

Triadic Colors of #ca9bdf

#ca9bdf #dfca9b #9bdfca

Analogous Colors of #ca9bdf

#ca9bdf #df9bd2 #a89bdf

Monochromatic Colors of #ca9bdf

#ca9bdf

Complementary Color

#ca9bdf #b0df9b

#ca9bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9bdf Color CSS Codes

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

#ca9bdf Text Font Color

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

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


#ca9bdf Background Color

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

This div background color is #ca9bdf


#ca9bdf Border Color

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

This div border color is #ca9bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9bdf


Comments

No comments written yet.

Please login to write comment.