color codes Logo

#c4135f color codes

#C4135F
(196,19,95)
0 Favorites   0 Comments

Color spaces of #c4135f

RGB 1961995
HSL0.930.820.42
HSV334°90°77°
CMYK 0.000.900.52   0.23
XYZ25.063413.027712.0201
Yxy13.02770.50020.2600
Hunter Lab36.093960.78505.5208
CIE-Lab42.805067.16025.4450

#c4135f color RGB value is (196,19,95).

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

The process color (four color CMYK) of #c4135f color code is 0.00, 0.90, 0.52, 0.23. Web safe color of #c4135f is #cc0066. Color #c4135f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 01011111
Octal 304 23 137
Decimal 196 19 95
Hex C4 13 5F

RGB Percentages of Color #c4135f

%63.23
%6.13
%30.65

CMYK Percentages of Color #c4135f

%0
%90
%52
%23

Triadic Colors of #c4135f

#c4135f #5fc413 #135fc4

Analogous Colors of #c4135f

#c4135f #c41f13 #c413b8

Monochromatic Colors of #c4135f

#c4135f

Complementary Color

#c4135f #13c478

#c4135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4135f Color CSS Codes

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

#c4135f Text Font Color

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

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


#c4135f Background Color

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

This div background color is #c4135f


#c4135f Border Color

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

This div border color is #c4135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4135f


Comments

No comments written yet.

Please login to write comment.