Color Hex Logo

#c4135d Color Hex

#C4135D
(196,19,93)
0 Favorites   0 Comments

Color spaces of #c4135d

RGB 1961993
HSL0.930.820.42
HSV335°90°77°
CMYK 0.000.900.53   0.23
XYZ24.973612.991811.5473
Yxy12.99180.50440.2624
Hunter Lab36.044160.59866.2364
CIE-Lab42.750967.00986.6266

#c4135d color RGB value is (196,19,93).

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

The process color (four color CMYK) of #c4135d color hex is 0.00, 0.90, 0.53, 0.23. Web safe color of #c4135d is #cc0066. Color #c4135d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 01011101
Octal 304 23 135
Decimal 196 19 93
Hex C4 13 5D

RGB Percentages of Color #c4135d

%63.64
%6.17
%30.19

CMYK Percentages of Color #c4135d

%0
%90
%53
%23

Triadic Colors of #c4135d

#c4135d #5dc413 #135dc4

Analogous Colors of #c4135d

#c4135d #c42213 #c413b6

Monochromatic Colors of #c4135d

#c4135d

Complementary Color

#c4135d #13c47a

#c4135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4135d Color CSS Codes

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

#c4135d Text Font Color

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

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


#c4135d Background Color

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

This div background color is #c4135d


#c4135d Border Color

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

This div border color is #c4135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4135d


Comments

No comments written yet.

Please login to write comment.