Color Hex Logo

#cc3125 Color Hex

#CC3125
(204,49,37)
0 Favorites   0 Comments

Color spaces of #cc3125

RGB 2044937
HSL0.010.690.47
HSV82°80°
CMYK 0.000.760.82   0.20
XYZ26.334115.16763.2899
Yxy15.16760.58790.3386
Hunter Lab38.945652.542722.2534
CIE-Lab45.862959.308944.3674

#cc3125 color RGB value is (204,49,37).

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

The process color (four color CMYK) of #cc3125 color hex is 0.00, 0.76, 0.82, 0.20. Web safe color of #cc3125 is #cc3333. Color #cc3125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 00100101
Octal 314 61 45
Decimal 204 49 37
Hex CC 31 25

RGB Percentages of Color #cc3125

%70.34
%16.90
%12.76

CMYK Percentages of Color #cc3125

%0
%76
%82
%20

Triadic Colors of #cc3125

#cc3125 #25cc31 #3125cc

Analogous Colors of #cc3125

#cc3125 #cc8525 #cc256d

Monochromatic Colors of #cc3125

#cc3125

Complementary Color

#cc3125 #25c0cc

#cc3125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3125 Color CSS Codes

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

#cc3125 Text Font Color

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

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


#cc3125 Background Color

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

This div background color is #cc3125


#cc3125 Border Color

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

This div border color is #cc3125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3125


Comments

No comments written yet.

Please login to write comment.