Color Hex Logo

#ccabea Color Hex

#CCABEA
(204,171,234)
0 Favorites   0 Comments

Color spaces of #ccabea

RGB 204171234
HSL0.750.600.79
HSV271°27°92°
CMYK 0.130.270.00   0.08
XYZ54.316047.903784.2255
Yxy47.90370.29130.2569
Hunter Lab69.212518.9598-23.7019
CIE-Lab74.764123.6972-27.1038

#ccabea color RGB value is (204,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11101010
Octal 314 253 352
Decimal 204 171 234
Hex CC AB EA

RGB Percentages of Color #ccabea

%33.50
%28.08
%38.42

CMYK Percentages of Color #ccabea

%13
%27
%0
%8

Triadic Colors of #ccabea

#ccabea #eaccab #abeacc

Analogous Colors of #ccabea

#ccabea #eaabe9 #adabea

Monochromatic Colors of #ccabea

#ccabea

Complementary Color

#ccabea #c9eaab

#ccabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabea Color CSS Codes

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

#ccabea Text Font Color

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

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


#ccabea Background Color

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

This div background color is #ccabea


#ccabea Border Color

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

This div border color is #ccabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabea


Comments

No comments written yet.

Please login to write comment.