Color Hex Logo

#cc0fbb Color Hex

#CC0FBB
(204,15,187)
0 Favorites   0 Comments

Color spaces of #cc0fbb

RGB 20415187
HSL0.850.860.43
HSV305°93°80°
CMYK 0.000.930.08   0.20
XYZ34.042316.766948.4558
Yxy16.76690.34290.1689
Hunter Lab40.947476.7410-41.4986
CIE-Lab47.965079.3721-42.4107

#cc0fbb color RGB value is (204,15,187).

#cc0fbb hex color red value is 204, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cc0fbb hue: 0.85 , saturation: 0.86 and the lightness value of cc0fbb is 0.43.

The process color (four color CMYK) of #cc0fbb color hex is 0.00, 0.93, 0.08, 0.20. Web safe color of #cc0fbb is #cc00cc. Color #cc0fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001111 10111011
Octal 314 17 273
Decimal 204 15 187
Hex CC F BB

RGB Percentages of Color #cc0fbb

%50.25
%3.69
%46.06

CMYK Percentages of Color #cc0fbb

%0
%93
%8
%20

Triadic Colors of #cc0fbb

#cc0fbb #bbcc0f #0fbbcc

Analogous Colors of #cc0fbb

#cc0fbb #cc0f5c #7f0fcc

Monochromatic Colors of #cc0fbb

#cc0fbb

Complementary Color

#cc0fbb #0fcc20

#cc0fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0fbb Color CSS Codes

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

#cc0fbb Text Font Color

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

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


#cc0fbb Background Color

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

This div background color is #cc0fbb


#cc0fbb Border Color

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

This div border color is #cc0fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0fbb


Comments

No comments written yet.

Please login to write comment.