Color Hex Logo

#ca9cbe Color Hex

#CA9CBE
(202,156,190)
0 Favorites   0 Comments

Color spaces of #ca9cbe

RGB 202156190
HSL0.880.300.70
HSV316°23°79°
CMYK 0.000.230.06   0.21
XYZ45.539940.051254.0456
Yxy40.05120.32610.2868
Hunter Lab63.286017.6960-6.3328
CIE-Lab69.506022.6899-10.9303

#ca9cbe color RGB value is (202,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011100 10111110
Octal 312 234 276
Decimal 202 156 190
Hex CA 9C BE

RGB Percentages of Color #ca9cbe

%36.86
%28.47
%34.67

CMYK Percentages of Color #ca9cbe

%0
%23
%6
%21

Triadic Colors of #ca9cbe

#ca9cbe #beca9c #9cbeca

Analogous Colors of #ca9cbe

#ca9cbe #ca9ca7 #bf9cca

Monochromatic Colors of #ca9cbe

#ca9cbe

Complementary Color

#ca9cbe #9ccaa8

#ca9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9cbe Color CSS Codes

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

#ca9cbe Text Font Color

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

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


#ca9cbe Background Color

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

This div background color is #ca9cbe


#ca9cbe Border Color

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

This div border color is #ca9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9cbe


Comments

No comments written yet.

Please login to write comment.