Color Hex Logo

#c6035f Color Hex

#C6035F
(198,3,95)
0 Favorites   0 Comments

Color spaces of #c6035f

RGB 198395
HSL0.920.970.39
HSV332°98°78°
CMYK 0.000.980.52   0.22
XYZ25.386812.897111.9778
Yxy12.89710.50510.2566
Hunter Lab35.912563.33595.3640
CIE-Lab42.607869.38325.2177

#c6035f color RGB value is (198,3,95).

#c6035f hex color red value is 198, green value is 3 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c6035f hue: 0.92 , saturation: 0.97 and the lightness value of c6035f is 0.39.

The process color (four color CMYK) of #c6035f color hex is 0.00, 0.98, 0.52, 0.22. Web safe color of #c6035f is #cc0066. Color #c6035f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 01011111
Octal 306 3 137
Decimal 198 3 95
Hex C6 3 5F

RGB Percentages of Color #c6035f

%66.89
%1.01
%32.09

CMYK Percentages of Color #c6035f

%0
%98
%52
%22

Triadic Colors of #c6035f

#c6035f #5fc603 #035fc6

Analogous Colors of #c6035f

#c6035f #c60803 #c603c1

Monochromatic Colors of #c6035f

#c6035f

Complementary Color

#c6035f #03c66a

#c6035f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6035f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6035f Color CSS Codes

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

#c6035f Text Font Color

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

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


#c6035f Background Color

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

This div background color is #c6035f


#c6035f Border Color

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

This div border color is #c6035f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6035f


Comments

No comments written yet.

Please login to write comment.