Color Hex Logo

#c6135f Color Hex

#C6135F
(198,19,95)
0 Favorites   0 Comments

Color spaces of #c6135f

RGB 1981995
HSL0.930.820.43
HSV335°90°78°
CMYK 0.000.900.52   0.22
XYZ25.587113.297712.0446
Yxy13.29770.50240.2611
Hunter Lab36.466061.43255.9429
CIE-Lab43.208467.63896.0755

#c6135f color RGB value is (198,19,95).

#c6135f hex color red value is 198, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c6135f hue: 0.93 , saturation: 0.82 and the lightness value of c6135f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 01011111
Octal 306 23 137
Decimal 198 19 95
Hex C6 13 5F

RGB Percentages of Color #c6135f

%63.46
%6.09
%30.45

CMYK Percentages of Color #c6135f

%0
%90
%52
%22

Triadic Colors of #c6135f

#c6135f #5fc613 #135fc6

Analogous Colors of #c6135f

#c6135f #c62013 #c613b9

Monochromatic Colors of #c6135f

#c6135f

Complementary Color

#c6135f #13c67a

#c6135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6135f Color CSS Codes

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

#c6135f Text Font Color

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

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


#c6135f Background Color

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

This div background color is #c6135f


#c6135f Border Color

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

This div border color is #c6135f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,19,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 #c6135f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6135f


Comments

No comments written yet.

Please login to write comment.