Color Hex Logo

#c6023e Color Hex

#C6023E
(198,2,62)
0 Favorites   0 Comments

Color spaces of #c6023e

RGB 198262
HSL0.950.980.39
HSV342°99°78°
CMYK 0.000.990.69   0.22
XYZ24.179912.39705.6759
Yxy12.39700.57230.2934
Hunter Lab35.209460.967815.0888
CIE-Lab41.840367.505725.0129

#c6023e color RGB value is (198,2,62).

#c6023e hex color red value is 198, green value is 2 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c6023e hue: 0.95 , saturation: 0.98 and the lightness value of c6023e is 0.39.

The process color (four color CMYK) of #c6023e color hex is 0.00, 0.99, 0.69, 0.22. Web safe color of #c6023e is #cc0033. Color #c6023e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000010 00111110
Octal 306 2 76
Decimal 198 2 62
Hex C6 2 3E

RGB Percentages of Color #c6023e

%75.57
%0.76
%23.66

CMYK Percentages of Color #c6023e

%0
%99
%69
%22

Triadic Colors of #c6023e

#c6023e #3ec602 #023ec6

Analogous Colors of #c6023e

#c6023e #c62802 #c602a0

Monochromatic Colors of #c6023e

#c6023e

Complementary Color

#c6023e #02c68a

#c6023e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6023e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6023e Color CSS Codes

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

#c6023e Text Font Color

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

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


#c6023e Background Color

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

This div background color is #c6023e


#c6023e Border Color

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

This div border color is #c6023e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6023e


Comments

No comments written yet.

Please login to write comment.