Color Hex Logo

#c7234f Color Hex

#C7234F
(199,35,79)
0 Favorites   0 Comments

Color spaces of #c7234f

RGB 1993579
HSL0.960.700.46
HSV344°82°78°
CMYK 0.000.820.60   0.22
XYZ25.565513.90878.7343
Yxy13.90870.53030.2885
Hunter Lab37.294457.097612.2204
CIE-Lab44.101763.697617.3683

#c7234f color RGB value is (199,35,79).

#c7234f hex color red value is 199, green value is 35 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c7234f hue: 0.96 , saturation: 0.70 and the lightness value of c7234f is 0.46.

The process color (four color CMYK) of #c7234f color hex is 0.00, 0.82, 0.60, 0.22. Web safe color of #c7234f is #cc3366. Color #c7234f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100011 01001111
Octal 307 43 117
Decimal 199 35 79
Hex C7 23 4F

RGB Percentages of Color #c7234f

%63.58
%11.18
%25.24

CMYK Percentages of Color #c7234f

%0
%82
%60
%22

Triadic Colors of #c7234f

#c7234f #4fc723 #234fc7

Analogous Colors of #c7234f

#c7234f #c74923 #c723a1

Monochromatic Colors of #c7234f

#c7234f

Complementary Color

#c7234f #23c79b

#c7234f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7234f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7234f Color CSS Codes

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

#c7234f Text Font Color

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

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


#c7234f Background Color

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

This div background color is #c7234f


#c7234f Border Color

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

This div border color is #c7234f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7234f


Comments

No comments written yet.

Please login to write comment.