Color Hex Logo

#c1315e Color Hex

#C1315E
(193,49,94)
0 Favorites   0 Comments

Color spaces of #c1315e

RGB 1934994
HSL0.950.600.47
HSV341°75°76°
CMYK 0.000.750.51   0.24
XYZ25.111014.342212.0345
Yxy14.34220.48770.2786
Hunter Lab37.871152.08277.6689
CIE-Lab44.719759.10968.7081

#c1315e color RGB value is (193,49,94).

#c1315e hex color red value is 193, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1315e hue: 0.95 , saturation: 0.60 and the lightness value of c1315e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 01011110
Octal 301 61 136
Decimal 193 49 94
Hex C1 31 5E

RGB Percentages of Color #c1315e

%57.44
%14.58
%27.98

CMYK Percentages of Color #c1315e

%0
%75
%51
%24

Triadic Colors of #c1315e

#c1315e #5ec131 #315ec1

Analogous Colors of #c1315e

#c1315e #c14c31 #c131a6

Monochromatic Colors of #c1315e

#c1315e

Complementary Color

#c1315e #31c194

#c1315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1315e Color CSS Codes

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

#c1315e Text Font Color

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

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


#c1315e Background Color

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

This div background color is #c1315e


#c1315e Border Color

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

This div border color is #c1315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1315e


Comments

No comments written yet.

Please login to write comment.