Color Hex Logo

#caabea Color Hex

#CAABEA
(202,171,234)
0 Favorites   0 Comments

Color spaces of #caabea

RGB 202171234
HSL0.750.600.79
HSV270°27°92°
CMYK 0.140.270.00   0.08
XYZ53.771347.622984.2000
Yxy47.62290.28970.2566
Hunter Lab69.009318.3188-24.0346
CIE-Lab74.586523.0715-27.3917

#caabea color RGB value is (202,171,234).

#caabea hex color red value is 202, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #caabea hue: 0.75 , saturation: 0.60 and the lightness value of caabea is 0.79.

The process color (four color CMYK) of #caabea color hex is 0.14, 0.27, 0.00, 0.08. Web safe color of #caabea is #cc99ff. Color #caabea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 11101010
Octal 312 253 352
Decimal 202 171 234
Hex CA AB EA

RGB Percentages of Color #caabea

%33.28
%28.17
%38.55

CMYK Percentages of Color #caabea

%14
%27
%0
%8

Triadic Colors of #caabea

#caabea #eacaab #abeaca

Analogous Colors of #caabea

#caabea #eaabea #abacea

Monochromatic Colors of #caabea

#caabea

Complementary Color

#caabea #cbeaab

#caabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabea Color CSS Codes

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

#caabea Text Font Color

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

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


#caabea Background Color

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

This div background color is #caabea


#caabea Border Color

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

This div border color is #caabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabea


Comments

No comments written yet.

Please login to write comment.