Color Hex Logo

#cc0133 Color Hex

#CC0133
(204,1,51)
0 Favorites   0 Comments

Color spaces of #cc0133

RGB 204151
HSL0.960.990.40
HSV345°100°80°
CMYK 0.001.000.75   0.20
XYZ25.510213.09814.3156
Yxy13.09810.59430.3051
Hunter Lab36.191362.484718.2639
CIE-Lab42.910768.598533.3797

#cc0133 color RGB value is (204,1,51).

#cc0133 hex color red value is 204, green value is 1 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cc0133 hue: 0.96 , saturation: 0.99 and the lightness value of cc0133 is 0.40.

The process color (four color CMYK) of #cc0133 color hex is 0.00, 1.00, 0.75, 0.20. Web safe color of #cc0133 is #cc0033. Color #cc0133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 00110011
Octal 314 1 63
Decimal 204 1 51
Hex CC 1 33

RGB Percentages of Color #cc0133

%79.69
%0.39
%19.92

CMYK Percentages of Color #cc0133

%0
%100
%75
%20

Triadic Colors of #cc0133

#cc0133 #33cc01 #0133cc

Analogous Colors of #cc0133

#cc0133 #cc3501 #cc0199

Monochromatic Colors of #cc0133

#cc0133

Complementary Color

#cc0133 #01cc9a

#cc0133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0133 Color CSS Codes

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

#cc0133 Text Font Color

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

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


#cc0133 Background Color

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

This div background color is #cc0133


#cc0133 Border Color

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

This div border color is #cc0133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0133


Comments

No comments written yet.

Please login to write comment.