Color Hex Logo

#ccb3ea Color Hex

#CCB3EA
(204,179,234)
0 Favorites   0 Comments

Color spaces of #ccb3ea

RGB 204179234
HSL0.740.570.81
HSV267°24°92°
CMYK 0.130.240.00   0.08
XYZ55.873251.018184.7445
Yxy51.01810.29160.2662
Hunter Lab71.427014.6331-20.3457
CIE-Lab76.690019.3241-24.1598

#ccb3ea color RGB value is (204,179,234).

#ccb3ea hex color red value is 204, green value is 179 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ccb3ea hue: 0.74 , saturation: 0.57 and the lightness value of ccb3ea is 0.81.

The process color (four color CMYK) of #ccb3ea color hex is 0.13, 0.24, 0.00, 0.08. Web safe color of #ccb3ea is #ccccff. Color #ccb3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 11101010
Octal 314 263 352
Decimal 204 179 234
Hex CC B3 EA

RGB Percentages of Color #ccb3ea

%33.06
%29.01
%37.93

CMYK Percentages of Color #ccb3ea

%13
%24
%0
%8

Triadic Colors of #ccb3ea

#ccb3ea #eaccb3 #b3eacc

Analogous Colors of #ccb3ea

#ccb3ea #e8b3ea #b3b6ea

Monochromatic Colors of #ccb3ea

#ccb3ea

Complementary Color

#ccb3ea #d1eab3

#ccb3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb3ea Color CSS Codes

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

#ccb3ea Text Font Color

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

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


#ccb3ea Background Color

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

This div background color is #ccb3ea


#ccb3ea Border Color

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

This div border color is #ccb3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb3ea


Comments

No comments written yet.

Please login to write comment.