Color Hex Logo

#ccb2ff Color Hex

#CCB2FF
(204,178,255)
0 Favorites   0 Comments

Color spaces of #ccb2ff

RGB 204178255
HSL0.721.000.85
HSV260°30°100°
CMYK 0.200.300.00   0.00
XYZ58.872251.8982101.5222
Yxy51.89820.27730.2445
Hunter Lab72.040419.8014-33.1255
CIE-Lab77.219924.4036-34.6636

#ccb2ff color RGB value is (204,178,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 11111111
Octal 314 262 377
Decimal 204 178 255
Hex CC B2 FF

RGB Percentages of Color #ccb2ff

%32.03
%27.94
%40.03

CMYK Percentages of Color #ccb2ff

%20
%30
%0
%0

Triadic Colors of #ccb2ff

#ccb2ff #ffccb2 #b2ffcc

Analogous Colors of #ccb2ff

#ccb2ff #f3b2ff #b2bfff

Monochromatic Colors of #ccb2ff

#ccb2ff

Complementary Color

#ccb2ff #e5ffb2

#ccb2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb2ff Color CSS Codes

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

#ccb2ff Text Font Color

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

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


#ccb2ff Background Color

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

This div background color is #ccb2ff


#ccb2ff Border Color

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

This div border color is #ccb2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb2ff

#ccb2ff Color Palettes


Comments

No comments written yet.

Please login to write comment.