Color Hex Logo

#c8135f Color Hex

#C8135F
(200,19,95)
0 Favorites   0 Comments

Color spaces of #c8135f

RGB 2001995
HSL0.930.830.43
HSV335°91°78°
CMYK 0.000.910.53   0.22
XYZ26.117813.571312.0694
Yxy13.57130.50460.2622
Hunter Lab36.839262.08196.3627
CIE-Lab43.611768.11726.7050

#c8135f color RGB value is (200,19,95).

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

The process color (four color CMYK) of #c8135f color hex is 0.00, 0.91, 0.53, 0.22. Web safe color of #c8135f is #cc0066. Color #c8135f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010011 01011111
Octal 310 23 137
Decimal 200 19 95
Hex C8 13 5F

RGB Percentages of Color #c8135f

%63.69
%6.05
%30.25

CMYK Percentages of Color #c8135f

%0
%91
%53
%22

Triadic Colors of #c8135f

#c8135f #5fc813 #135fc8

Analogous Colors of #c8135f

#c8135f #c82113 #c813ba

Monochromatic Colors of #c8135f

#c8135f

Complementary Color

#c8135f #13c87c

#c8135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8135f Color CSS Codes

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

#c8135f Text Font Color

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

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


#c8135f Background Color

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

This div background color is #c8135f


#c8135f Border Color

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

This div border color is #c8135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8135f


Comments

No comments written yet.

Please login to write comment.