Color Hex Logo

#c72134 Color Hex

#C72134
(199,33,52)
0 Favorites   0 Comments

Color spaces of #c72134

RGB 1993352
HSL0.980.720.45
HSV353°83°78°
CMYK 0.000.830.74   0.22
XYZ24.716913.47784.5476
Yxy13.47780.57830.3153
Hunter Lab36.712155.931218.3541
CIE-Lab43.474562.789633.1511

#c72134 color RGB value is (199,33,52).

#c72134 hex color red value is 199, green value is 33 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c72134 hue: 0.98 , saturation: 0.72 and the lightness value of c72134 is 0.45.

The process color (four color CMYK) of #c72134 color hex is 0.00, 0.83, 0.74, 0.22. Web safe color of #c72134 is #cc3333. Color #c72134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100001 00110100
Octal 307 41 64
Decimal 199 33 52
Hex C7 21 34

RGB Percentages of Color #c72134

%70.07
%11.62
%18.31

CMYK Percentages of Color #c72134

%0
%83
%74
%22

Triadic Colors of #c72134

#c72134 #34c721 #2134c7

Analogous Colors of #c72134

#c72134 #c76121 #c72187

Monochromatic Colors of #c72134

#c72134

Complementary Color

#c72134 #21c7b4

#c72134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72134 Color CSS Codes

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

#c72134 Text Font Color

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

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


#c72134 Background Color

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

This div background color is #c72134


#c72134 Border Color

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

This div border color is #c72134


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,33,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c72134; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c72134;
  -webkit-box-shadow: 1px 1px 3px 2px #c72134;
  box-shadow:         1px 1px 3px 2px #c72134; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,33,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72134


Comments

No comments written yet.

Please login to write comment.