Color Hex Logo

#ccb4fe Color Hex

#CCB4FE
(204,180,254)
0 Favorites   0 Comments

Color spaces of #ccb4fe

RGB 204180254
HSL0.720.970.85
HSV259°29°100°
CMYK 0.200.290.00   0.00
XYZ59.112552.6356100.8101
Yxy52.63560.27810.2476
Hunter Lab72.550418.4748-31.5993
CIE-Lab77.659423.0886-33.4480

#ccb4fe color RGB value is (204,180,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 11111110
Octal 314 264 376
Decimal 204 180 254
Hex CC B4 FE

RGB Percentages of Color #ccb4fe

%31.97
%28.21
%39.81

CMYK Percentages of Color #ccb4fe

%20
%29
%0
%0

Triadic Colors of #ccb4fe

#ccb4fe #feccb4 #b4fecc

Analogous Colors of #ccb4fe

#ccb4fe #f1b4fe #b4c1fe

Monochromatic Colors of #ccb4fe

#ccb4fe

Complementary Color

#ccb4fe #e6feb4

#ccb4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb4fe Color CSS Codes

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

#ccb4fe Text Font Color

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

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


#ccb4fe Background Color

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

This div background color is #ccb4fe


#ccb4fe Border Color

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

This div border color is #ccb4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb4fe


Comments

No comments written yet.

Please login to write comment.