Color Hex Logo

#c62030 Color Hex

#C62030
(198,32,48)
0 Favorites   0 Comments

Color spaces of #c62030

RGB 1983248
HSL0.980.720.45
HSV354°84°78°
CMYK 0.000.840.76   0.22
XYZ24.338713.25224.0714
Yxy13.25220.58420.3181
Hunter Lab36.403655.635318.8515
CIE-Lab43.140862.591935.0877

#c62030 color RGB value is (198,32,48).

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

The process color (four color CMYK) of #c62030 color hex is 0.00, 0.84, 0.76, 0.22. Web safe color of #c62030 is #cc3333. Color #c62030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 00110000
Octal 306 40 60
Decimal 198 32 48
Hex C6 20 30

RGB Percentages of Color #c62030

%71.22
%11.51
%17.27

CMYK Percentages of Color #c62030

%0
%84
%76
%22

Triadic Colors of #c62030

#c62030 #30c620 #2030c6

Analogous Colors of #c62030

#c62030 #c66320 #c62083

Monochromatic Colors of #c62030

#c62030

Complementary Color

#c62030 #20c6b6

#c62030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62030 Color CSS Codes

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

#c62030 Text Font Color

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

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


#c62030 Background Color

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

This div background color is #c62030


#c62030 Border Color

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

This div border color is #c62030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62030


Comments

No comments written yet.

Please login to write comment.