Color Hex Logo

#cc3b26 Color Hex

#CC3B26
(204,59,38)
0 Favorites   0 Comments

Color spaces of #cc3b26

RGB 2045938
HSL0.020.690.47
HSV81°80°
CMYK 0.000.710.81   0.20
XYZ26.815716.10523.5290
Yxy16.10520.57730.3467
Hunter Lab40.131349.043822.8782
CIE-Lab47.112255.899045.0475

#cc3b26 color RGB value is (204,59,38).

#cc3b26 hex color red value is 204, green value is 59 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #cc3b26 hue: 0.02 , saturation: 0.69 and the lightness value of cc3b26 is 0.47.

The process color (four color CMYK) of #cc3b26 color hex is 0.00, 0.71, 0.81, 0.20. Web safe color of #cc3b26 is #cc3333. Color #cc3b26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111011 00100110
Octal 314 73 46
Decimal 204 59 38
Hex CC 3B 26

RGB Percentages of Color #cc3b26

%67.77
%19.60
%12.62

CMYK Percentages of Color #cc3b26

%0
%71
%81
%20

Triadic Colors of #cc3b26

#cc3b26 #26cc3b #3b26cc

Analogous Colors of #cc3b26

#cc3b26 #cc8e26 #cc2664

Monochromatic Colors of #cc3b26

#cc3b26

Complementary Color

#cc3b26 #26b7cc

#cc3b26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3b26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3b26 Color CSS Codes

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

#cc3b26 Text Font Color

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

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


#cc3b26 Background Color

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

This div background color is #cc3b26


#cc3b26 Border Color

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

This div border color is #cc3b26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3b26


Comments

No comments written yet.

Please login to write comment.