Color Hex Logo

#c1415e Color Hex

#C1415E
(193,65,94)
0 Favorites   0 Comments

Color spaces of #c1415e

RGB 1936594
HSL0.960.510.51
HSV346°66°76°
CMYK 0.000.660.51   0.24
XYZ25.903015.926212.2985
Yxy15.92620.47860.2942
Hunter Lab39.907646.02139.6637
CIE-Lab46.877553.147011.7316

#c1415e color RGB value is (193,65,94).

#c1415e hex color red value is 193, green value is 65 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1415e hue: 0.96 , saturation: 0.51 and the lightness value of c1415e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000001 01011110
Octal 301 101 136
Decimal 193 65 94
Hex C1 41 5E

RGB Percentages of Color #c1415e

%54.83
%18.47
%26.70

CMYK Percentages of Color #c1415e

%0
%66
%51
%24

Triadic Colors of #c1415e

#c1415e #5ec141 #415ec1

Analogous Colors of #c1415e

#c1415e #c16441 #c1419e

Monochromatic Colors of #c1415e

#c1415e

Complementary Color

#c1415e #41c1a4

#c1415e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1415e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1415e Color CSS Codes

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

#c1415e Text Font Color

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

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


#c1415e Background Color

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

This div background color is #c1415e


#c1415e Border Color

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

This div border color is #c1415e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1415e


Comments

No comments written yet.

Please login to write comment.