Color Hex Logo

#c72646 Color Hex

#C72646
(199,38,70)
0 Favorites   0 Comments

Color spaces of #c72646

RGB 1993870
HSL0.970.680.46
HSV348°81°78°
CMYK 0.000.810.65   0.22
XYZ25.351813.97057.1547
Yxy13.97050.54550.3006
Hunter Lab37.377155.661314.8147
CIE-Lab44.190662.412723.0706

#c72646 color RGB value is (199,38,70).

#c72646 hex color red value is 199, green value is 38 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c72646 hue: 0.97 , saturation: 0.68 and the lightness value of c72646 is 0.46.

The process color (four color CMYK) of #c72646 color hex is 0.00, 0.81, 0.65, 0.22. Web safe color of #c72646 is #cc3333. Color #c72646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100110 01000110
Octal 307 46 106
Decimal 199 38 70
Hex C7 26 46

RGB Percentages of Color #c72646

%64.82
%12.38
%22.80

CMYK Percentages of Color #c72646

%0
%81
%65
%22

Triadic Colors of #c72646

#c72646 #46c726 #2646c7

Analogous Colors of #c72646

#c72646 #c75626 #c72697

Monochromatic Colors of #c72646

#c72646

Complementary Color

#c72646 #26c7a7

#c72646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72646 Color CSS Codes

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

#c72646 Text Font Color

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

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


#c72646 Background Color

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

This div background color is #c72646


#c72646 Border Color

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

This div border color is #c72646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72646


Comments

No comments written yet.

Please login to write comment.