Color Hex Logo

#c4257f Color Hex

#C4257F
(196,37,127)
0 Favorites   0 Comments

Color spaces of #c4257f

RGB 19637127
HSL0.910.680.46
HSV326°81°77°
CMYK 0.000.810.35   0.23
XYZ27.257314.591221.4584
Yxy14.59120.43060.2305
Hunter Lab38.198460.5252-6.5679
CIE-Lab45.069166.4957-11.0966

#c4257f color RGB value is (196,37,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 01111111
Octal 304 45 177
Decimal 196 37 127
Hex C4 25 7F

RGB Percentages of Color #c4257f

%54.44
%10.28
%35.28

CMYK Percentages of Color #c4257f

%0
%81
%35
%23

Triadic Colors of #c4257f

#c4257f #7fc425 #257fc4

Analogous Colors of #c4257f

#c4257f #c42530 #ba25c4

Monochromatic Colors of #c4257f

#c4257f

Complementary Color

#c4257f #25c46a

#c4257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4257f Color CSS Codes

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

#c4257f Text Font Color

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

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


#c4257f Background Color

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

This div background color is #c4257f


#c4257f Border Color

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

This div border color is #c4257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4257f


Comments

No comments written yet.

Please login to write comment.