Color Hex Logo

#c62248 Color Hex

#C62248
(198,34,72)
0 Favorites   0 Comments

Color spaces of #c62248

RGB 1983472
HSL0.960.710.45
HSV346°83°78°
CMYK 0.000.830.64   0.22
XYZ25.030413.61777.4401
Yxy13.61770.54310.2955
Hunter Lab36.902256.496113.8777
CIE-Lab43.679663.249321.1305

#c62248 color RGB value is (198,34,72).

#c62248 hex color red value is 198, green value is 34 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #c62248 hue: 0.96 , saturation: 0.71 and the lightness value of c62248 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100010 01001000
Octal 306 42 110
Decimal 198 34 72
Hex C6 22 48

RGB Percentages of Color #c62248

%65.13
%11.18
%23.68

CMYK Percentages of Color #c62248

%0
%83
%64
%22

Triadic Colors of #c62248

#c62248 #48c622 #2248c6

Analogous Colors of #c62248

#c62248 #c64e22 #c6229a

Monochromatic Colors of #c62248

#c62248

Complementary Color

#c62248 #22c6a0

#c62248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62248 Color CSS Codes

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

#c62248 Text Font Color

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

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


#c62248 Background Color

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

This div background color is #c62248


#c62248 Border Color

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

This div border color is #c62248


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,34,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c62248; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c62248;
  -webkit-box-shadow: 1px 1px 3px 2px #c62248;
  box-shadow:         1px 1px 3px 2px #c62248; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,34,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62248


Comments

No comments written yet.

Please login to write comment.