Color Hex Logo

#ca9bbc Color Hex

#CA9BBC
(202,155,188)
0 Favorites   0 Comments

Color spaces of #ca9bbc

RGB 202155188
HSL0.880.310.70
HSV318°23°79°
CMYK 0.000.230.07   0.21
XYZ45.155639.630152.8464
Yxy39.63010.32810.2879
Hunter Lab62.952417.8707-5.7052
CIE-Lab69.205322.8825-10.2688

#ca9bbc color RGB value is (202,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011011 10111100
Octal 312 233 274
Decimal 202 155 188
Hex CA 9B BC

RGB Percentages of Color #ca9bbc

%37.06
%28.44
%34.50

CMYK Percentages of Color #ca9bbc

%0
%23
%7
%21

Triadic Colors of #ca9bbc

#ca9bbc #bcca9b #9bbcca

Analogous Colors of #ca9bbc

#ca9bbc #ca9ba5 #c19bca

Monochromatic Colors of #ca9bbc

#ca9bbc

Complementary Color

#ca9bbc #9bcaa9

#ca9bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9bbc Color CSS Codes

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

#ca9bbc Text Font Color

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

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


#ca9bbc Background Color

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

This div background color is #ca9bbc


#ca9bbc Border Color

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

This div border color is #ca9bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9bbc


Comments

No comments written yet.

Please login to write comment.