Color Hex Logo

#ccb5fe Color Hex

#CCB5FE
(204,181,254)
0 Favorites   0 Comments

Color spaces of #ccb5fe

RGB 204181254
HSL0.720.970.85
HSV259°29°100°
CMYK 0.200.290.00   0.00
XYZ59.315153.0409100.8776
Yxy53.04090.27820.2487
Hunter Lab72.829217.9267-31.1437
CIE-Lab77.899122.5421-33.0781

#ccb5fe color RGB value is (204,181,254).

#ccb5fe hex color red value is 204, green value is 181 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ccb5fe hue: 0.72 , saturation: 0.97 and the lightness value of ccb5fe is 0.85.

The process color (four color CMYK) of #ccb5fe color hex is 0.20, 0.29, 0.00, 0.00. Web safe color of #ccb5fe is #ccccff. Color #ccb5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 11111110
Octal 314 265 376
Decimal 204 181 254
Hex CC B5 FE

RGB Percentages of Color #ccb5fe

%31.92
%28.33
%39.75

CMYK Percentages of Color #ccb5fe

%20
%29
%0
%0

Triadic Colors of #ccb5fe

#ccb5fe #feccb5 #b5fecc

Analogous Colors of #ccb5fe

#ccb5fe #f1b5fe #b5c3fe

Monochromatic Colors of #ccb5fe

#ccb5fe

Complementary Color

#ccb5fe #e7feb5

#ccb5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb5fe Color CSS Codes

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

#ccb5fe Text Font Color

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

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


#ccb5fe Background Color

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

This div background color is #ccb5fe


#ccb5fe Border Color

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

This div border color is #ccb5fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,181,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb5fe


Comments

No comments written yet.

Please login to write comment.