Color Hex Logo

#c62b39 Color Hex

#C62B39
(198,43,57)
0 Favorites   0 Comments

Color spaces of #c62b39

RGB 1984357
HSL0.980.640.47
HSV355°78°78°
CMYK 0.000.780.71   0.22
XYZ24.891114.02895.2668
Yxy14.02890.56330.3175
Hunter Lab37.455253.076917.8815
CIE-Lab44.274360.090131.0496

#c62b39 color RGB value is (198,43,57).

#c62b39 hex color red value is 198, green value is 43 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #c62b39 hue: 0.98 , saturation: 0.64 and the lightness value of c62b39 is 0.47.

The process color (four color CMYK) of #c62b39 color hex is 0.00, 0.78, 0.71, 0.22. Web safe color of #c62b39 is #cc3333. Color #c62b39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101011 00111001
Octal 306 53 71
Decimal 198 43 57
Hex C6 2B 39

RGB Percentages of Color #c62b39

%66.44
%14.43
%19.13

CMYK Percentages of Color #c62b39

%0
%78
%71
%22

Triadic Colors of #c62b39

#c62b39 #39c62b #2b39c6

Analogous Colors of #c62b39

#c62b39 #c66b2b #c62b87

Monochromatic Colors of #c62b39

#c62b39

Complementary Color

#c62b39 #2bc6b8

#c62b39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62b39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62b39 Color CSS Codes

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

#c62b39 Text Font Color

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

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


#c62b39 Background Color

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

This div background color is #c62b39


#c62b39 Border Color

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

This div border color is #c62b39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62b39


Comments

No comments written yet.

Please login to write comment.