Color Hex Logo

#c1015e Color Hex

#C1015E
(193,1,94)
0 Favorites   0 Comments

Color spaces of #c1015e

RGB 193194
HSL0.920.990.38
HSV331°99°76°
CMYK 0.000.990.51   0.24
XYZ24.023612.167311.6720
Yxy12.16730.50190.2542
Hunter Lab34.881761.89314.5777
CIE-Lab41.480868.37104.0972

#c1015e color RGB value is (193,1,94).

#c1015e hex color red value is 193, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c1015e hue: 0.92 , saturation: 0.99 and the lightness value of c1015e is 0.38.

The process color (four color CMYK) of #c1015e color hex is 0.00, 0.99, 0.51, 0.24. Web safe color of #c1015e is #cc0066. Color #c1015e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000001 01011110
Octal 301 1 136
Decimal 193 1 94
Hex C1 1 5E

RGB Percentages of Color #c1015e

%67.01
%0.35
%32.64

CMYK Percentages of Color #c1015e

%0
%99
%51
%24

Triadic Colors of #c1015e

#c1015e #5ec101 #015ec1

Analogous Colors of #c1015e

#c1015e #c10401 #c101be

Monochromatic Colors of #c1015e

#c1015e

Complementary Color

#c1015e #01c164

#c1015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1015e Color CSS Codes

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

#c1015e Text Font Color

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

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


#c1015e Background Color

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

This div background color is #c1015e


#c1015e Border Color

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

This div border color is #c1015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1015e


Comments

No comments written yet.

Please login to write comment.