Color Hex Logo

#ccb1ea Color Hex

#CCB1EA
(204,177,234)
0 Favorites   0 Comments

Color spaces of #ccb1ea

RGB 204177234
HSL0.750.580.81
HSV268°24°92°
CMYK 0.130.240.00   0.08
XYZ55.475350.222284.6119
Yxy50.22220.29150.2639
Hunter Lab70.867615.7118-21.1815
CIE-Lab76.205420.4160-24.8991

#ccb1ea color RGB value is (204,177,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110001 11101010
Octal 314 261 352
Decimal 204 177 234
Hex CC B1 EA

RGB Percentages of Color #ccb1ea

%33.17
%28.78
%38.05

CMYK Percentages of Color #ccb1ea

%13
%24
%0
%8

Triadic Colors of #ccb1ea

#ccb1ea #eaccb1 #b1eacc

Analogous Colors of #ccb1ea

#ccb1ea #e9b1ea #b1b3ea

Monochromatic Colors of #ccb1ea

#ccb1ea

Complementary Color

#ccb1ea #cfeab1

#ccb1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb1ea Color CSS Codes

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

#ccb1ea Text Font Color

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

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


#ccb1ea Background Color

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

This div background color is #ccb1ea


#ccb1ea Border Color

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

This div border color is #ccb1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb1ea


Comments

No comments written yet.

Please login to write comment.