Color Hex Logo

#caabbe Color Hex

#CAABBE
(202,171,190)
0 Favorites   0 Comments

Color spaces of #caabbe

RGB 202171190
HSL0.900.230.73
HSV323°15°79°
CMYK 0.000.150.06   0.21
XYZ48.214345.400154.9371
Yxy45.40010.32460.3056
Hunter Lab67.37969.8136-1.1756
CIE-Lab73.154614.4770-5.5056

#caabbe color RGB value is (202,171,190).

#caabbe hex color red value is 202, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #caabbe hue: 0.90 , saturation: 0.23 and the lightness value of caabbe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 10111110
Octal 312 253 276
Decimal 202 171 190
Hex CA AB BE

RGB Percentages of Color #caabbe

%35.88
%30.37
%33.75

CMYK Percentages of Color #caabbe

%0
%15
%6
%21

Triadic Colors of #caabbe

#caabbe #becaab #abbeca

Analogous Colors of #caabbe

#caabbe #caabaf #c7abca

Monochromatic Colors of #caabbe

#caabbe

Complementary Color

#caabbe #abcab7

#caabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabbe Color CSS Codes

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

#caabbe Text Font Color

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

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


#caabbe Background Color

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

This div background color is #caabbe


#caabbe Border Color

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

This div border color is #caabbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,171,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 #caabbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabbe


Comments

No comments written yet.

Please login to write comment.