Color Hex Logo

#ca9bbf Color Hex

#CA9BBF
(202,155,191)
0 Favorites   0 Comments

Color spaces of #ca9bbf

RGB 202155191
HSL0.870.310.70
HSV314°23°79°
CMYK 0.000.230.05   0.21
XYZ45.482439.760854.5676
Yxy39.76080.32530.2844
Hunter Lab63.056218.4037-7.1691
CIE-Lab69.298823.4181-11.7956

#ca9bbf color RGB value is (202,155,191).

#ca9bbf hex color red value is 202, green value is 155 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ca9bbf hue: 0.87 , saturation: 0.31 and the lightness value of ca9bbf is 0.70.

The process color (four color CMYK) of #ca9bbf color hex is 0.00, 0.23, 0.05, 0.21. Web safe color of #ca9bbf is #cc99cc. Color #ca9bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011011 10111111
Octal 312 233 277
Decimal 202 155 191
Hex CA 9B BF

RGB Percentages of Color #ca9bbf

%36.86
%28.28
%34.85

CMYK Percentages of Color #ca9bbf

%0
%23
%5
%21

Triadic Colors of #ca9bbf

#ca9bbf #bfca9b #9bbfca

Analogous Colors of #ca9bbf

#ca9bbf #ca9ba8 #be9bca

Monochromatic Colors of #ca9bbf

#ca9bbf

Complementary Color

#ca9bbf #9bcaa6

#ca9bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9bbf Color CSS Codes

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

#ca9bbf Text Font Color

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

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


#ca9bbf Background Color

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

This div background color is #ca9bbf


#ca9bbf Border Color

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

This div border color is #ca9bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9bbf


Comments

No comments written yet.

Please login to write comment.