Color Hex Logo

#c4255f Color Hex

#C4255F
(196,37,95)
0 Favorites   0 Comments

Color spaces of #c4255f

RGB 1963795
HSL0.940.680.46
HSV338°81°77°
CMYK 0.000.810.52   0.23
XYZ25.492113.885112.1630
Yxy13.88510.49460.2694
Hunter Lab37.262756.90536.7309
CIE-Lab44.067763.53507.2434

#c4255f color RGB value is (196,37,95).

#c4255f hex color red value is 196, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c4255f hue: 0.94 , saturation: 0.68 and the lightness value of c4255f is 0.46.

The process color (four color CMYK) of #c4255f color hex is 0.00, 0.81, 0.52, 0.23. Web safe color of #c4255f is #cc3366. Color #c4255f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 01011111
Octal 304 45 137
Decimal 196 37 95
Hex C4 25 5F

RGB Percentages of Color #c4255f

%59.76
%11.28
%28.96

CMYK Percentages of Color #c4255f

%0
%81
%52
%23

Triadic Colors of #c4255f

#c4255f #5fc425 #255fc4

Analogous Colors of #c4255f

#c4255f #c43b25 #c425af

Monochromatic Colors of #c4255f

#c4255f

Complementary Color

#c4255f #25c48a

#c4255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4255f Color CSS Codes

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

#c4255f Text Font Color

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

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


#c4255f Background Color

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

This div background color is #c4255f


#c4255f Border Color

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

This div border color is #c4255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4255f


Comments

No comments written yet.

Please login to write comment.