Color Hex Logo

#c1255e Color Hex

#C1255E
(193,37,94)
0 Favorites   0 Comments

Color spaces of #c1255e

RGB 1933794
HSL0.940.680.45
HSV338°81°76°
CMYK 0.000.810.51   0.24
XYZ24.674313.468711.8889
Yxy13.46870.49320.2692
Hunter Lab36.699755.78626.4828
CIE-Lab43.461162.66396.9267

#c1255e color RGB value is (193,37,94).

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

The process color (four color CMYK) of #c1255e color hex is 0.00, 0.81, 0.51, 0.24. Web safe color of #c1255e is #cc3366. Color #c1255e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100101 01011110
Octal 301 45 136
Decimal 193 37 94
Hex C1 25 5E

RGB Percentages of Color #c1255e

%59.57
%11.42
%29.01

CMYK Percentages of Color #c1255e

%0
%81
%51
%24

Triadic Colors of #c1255e

#c1255e #5ec125 #255ec1

Analogous Colors of #c1255e

#c1255e #c13a25 #c125ac

Monochromatic Colors of #c1255e

#c1255e

Complementary Color

#c1255e #25c188

#c1255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1255e Color CSS Codes

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

#c1255e Text Font Color

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

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


#c1255e Background Color

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

This div background color is #c1255e


#c1255e Border Color

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

This div border color is #c1255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1255e


Comments

No comments written yet.

Please login to write comment.