Color Hex Logo

#ccb3fe Color Hex

#CCB3FE
(204,179,254)
0 Favorites   0 Comments

Color spaces of #ccb3fe

RGB 204179254
HSL0.720.970.85
HSV260°30°100°
CMYK 0.200.300.00   0.00
XYZ58.911352.2333100.7430
Yxy52.23330.27800.2465
Hunter Lab72.272619.0230-32.0553
CIE-Lab77.420123.6349-33.8172

#ccb3fe color RGB value is (204,179,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 11111110
Octal 314 263 376
Decimal 204 179 254
Hex CC B3 FE

RGB Percentages of Color #ccb3fe

%32.03
%28.10
%39.87

CMYK Percentages of Color #ccb3fe

%20
%30
%0
%0

Triadic Colors of #ccb3fe

#ccb3fe #feccb3 #b3fecc

Analogous Colors of #ccb3fe

#ccb3fe #f2b3fe #b3c0fe

Monochromatic Colors of #ccb3fe

#ccb3fe

Complementary Color

#ccb3fe #e5feb3

#ccb3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb3fe Color CSS Codes

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

#ccb3fe Text Font Color

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

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


#ccb3fe Background Color

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

This div background color is #ccb3fe


#ccb3fe Border Color

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

This div border color is #ccb3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.