Color Hex Logo

#c1258f Color Hex

#C1258F
(193,37,143)
0 Favorites   0 Comments

Color spaces of #c1258f

RGB 19337143
HSL0.890.680.45
HSV319°81°76°
CMYK 0.000.810.26   0.24
XYZ27.611814.643827.3578
Yxy14.64380.39660.2104
Hunter Lab38.267261.8295-15.6002
CIE-Lab45.142467.6031-20.7852

#c1258f color RGB value is (193,37,143).

#c1258f hex color red value is 193, green value is 37 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c1258f hue: 0.89 , saturation: 0.68 and the lightness value of c1258f is 0.45.

The process color (four color CMYK) of #c1258f color hex is 0.00, 0.81, 0.26, 0.24. Web safe color of #c1258f is #cc3399. Color #c1258f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100101 10001111
Octal 301 45 217
Decimal 193 37 143
Hex C1 25 8F

RGB Percentages of Color #c1258f

%51.74
%9.92
%38.34

CMYK Percentages of Color #c1258f

%0
%81
%26
%24

Triadic Colors of #c1258f

#c1258f #8fc125 #258fc1

Analogous Colors of #c1258f

#c1258f #c12541 #a525c1

Monochromatic Colors of #c1258f

#c1258f

Complementary Color

#c1258f #25c157

#c1258f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1258f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1258f Color CSS Codes

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

#c1258f Text Font Color

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

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


#c1258f Background Color

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

This div background color is #c1258f


#c1258f Border Color

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

This div border color is #c1258f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1258f


Comments

No comments written yet.

Please login to write comment.