Color Hex Logo

#cc0ffb Color Hex

#CC0FFB
(204,15,251)
0 Favorites   0 Comments

Color spaces of #cc0ffb

RGB 20415251
HSL0.800.970.52
HSV288°94°98°
CMYK 0.190.940.00   0.02
XYZ42.485320.144192.9158
Yxy20.14410.27310.1295
Hunter Lab44.882290.4236-91.3256
CIE-Lab51.999789.1969-72.4616

#cc0ffb color RGB value is (204,15,251).

#cc0ffb hex color red value is 204, green value is 15 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc0ffb hue: 0.80 , saturation: 0.97 and the lightness value of cc0ffb is 0.52.

The process color (four color CMYK) of #cc0ffb color hex is 0.19, 0.94, 0.00, 0.02. Web safe color of #cc0ffb is #cc00ff. Color #cc0ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001111 11111011
Octal 314 17 373
Decimal 204 15 251
Hex CC F FB

RGB Percentages of Color #cc0ffb

%43.40
%3.19
%53.40

CMYK Percentages of Color #cc0ffb

%19
%94
%0
%2

Triadic Colors of #cc0ffb

#cc0ffb #fbcc0f #0ffbcc

Analogous Colors of #cc0ffb

#cc0ffb #fb0fb4 #560ffb

Monochromatic Colors of #cc0ffb

#cc0ffb

Complementary Color

#cc0ffb #3efb0f

#cc0ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0ffb Color CSS Codes

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

#cc0ffb Text Font Color

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

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


#cc0ffb Background Color

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

This div background color is #cc0ffb


#cc0ffb Border Color

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

This div border color is #cc0ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.