Color Hex Logo

#ccb0ff Color Hex

#CCB0FF
(204,176,255)
0 Favorites   0 Comments

Color spaces of #ccb0ff

RGB 204176255
HSL0.731.000.85
HSV261°31°100°
CMYK 0.200.310.00   0.00
XYZ58.477251.1080101.3905
Yxy51.10800.27720.2422
Hunter Lab71.489920.9020-34.0451
CIE-Lab76.744425.4980-35.3990

#ccb0ff color RGB value is (204,176,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 11111111
Octal 314 260 377
Decimal 204 176 255
Hex CC B0 FF

RGB Percentages of Color #ccb0ff

%32.13
%27.72
%40.16

CMYK Percentages of Color #ccb0ff

%20
%31
%0
%0

Triadic Colors of #ccb0ff

#ccb0ff #ffccb0 #b0ffcc

Analogous Colors of #ccb0ff

#ccb0ff #f4b0ff #b0bcff

Monochromatic Colors of #ccb0ff

#ccb0ff

Complementary Color

#ccb0ff #e3ffb0

#ccb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb0ff Color CSS Codes

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

#ccb0ff Text Font Color

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

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


#ccb0ff Background Color

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

This div background color is #ccb0ff


#ccb0ff Border Color

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

This div border color is #ccb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.