Color Hex Logo

#cc381a Color Hex

#CC381A
(204,56,26)
0 Favorites   0 Comments

Color spaces of #cc381a

RGB 2045626
HSL0.030.770.45
HSV10°87°80°
CMYK 0.000.730.87   0.20
XYZ26.502515.74032.6186
Yxy15.74030.59080.3509
Hunter Lab39.674049.809523.8585
CIE-Lab46.631956.687550.2563

#cc381a color RGB value is (204,56,26).

#cc381a hex color red value is 204, green value is 56 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cc381a hue: 0.03 , saturation: 0.77 and the lightness value of cc381a is 0.45.

The process color (four color CMYK) of #cc381a color hex is 0.00, 0.73, 0.87, 0.20. Web safe color of #cc381a is #cc3333. Color #cc381a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 00011010
Octal 314 70 32
Decimal 204 56 26
Hex CC 38 1A

RGB Percentages of Color #cc381a

%71.33
%19.58
%9.09

CMYK Percentages of Color #cc381a

%0
%73
%87
%20

Triadic Colors of #cc381a

#cc381a #1acc38 #381acc

Analogous Colors of #cc381a

#cc381a #cc911a #cc1a55

Monochromatic Colors of #cc381a

#cc381a

Complementary Color

#cc381a #1aaecc

#cc381a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc381a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc381a Color CSS Codes

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

#cc381a Text Font Color

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

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


#cc381a Background Color

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

This div background color is #cc381a


#cc381a Border Color

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

This div border color is #cc381a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc381a


Comments

No comments written yet.

Please login to write comment.