Color Hex Logo

#ccb9fe Color Hex

#CCB9FE
(204,185,254)
0 Favorites   0 Comments

Color spaces of #ccb9fe

RGB 204185254
HSL0.710.970.86
HSV257°27°100°
CMYK 0.200.270.00   0.00
XYZ60.140254.6911101.1526
Yxy54.69110.27840.2532
Hunter Lab73.953415.7408-29.3287
CIE-Lab78.863020.3596-31.5933

#ccb9fe color RGB value is (204,185,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 11111110
Octal 314 271 376
Decimal 204 185 254
Hex CC B9 FE

RGB Percentages of Color #ccb9fe

%31.73
%28.77
%39.50

CMYK Percentages of Color #ccb9fe

%20
%27
%0
%0

Triadic Colors of #ccb9fe

#ccb9fe #feccb9 #b9fecc

Analogous Colors of #ccb9fe

#ccb9fe #efb9fe #b9c9fe

Monochromatic Colors of #ccb9fe

#ccb9fe

Complementary Color

#ccb9fe #ebfeb9

#ccb9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb9fe Color CSS Codes

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

#ccb9fe Text Font Color

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

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


#ccb9fe Background Color

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

This div background color is #ccb9fe


#ccb9fe Border Color

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

This div border color is #ccb9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb9fe


Comments

No comments written yet.

Please login to write comment.