Color Hex Logo

#c10093 Color Hex

#C10093
(193,0,147)
0 Favorites   0 Comments

Color spaces of #c10093

RGB 1930147
HSL0.871.000.38
HSV314°100°76°
CMYK 0.001.000.24   0.24
XYZ27.258813.444028.7620
Yxy13.44400.39240.1935
Hunter Lab36.666168.5374-20.8427
CIE-Lab43.424873.5895-25.8700

#c10093 color RGB value is (193,0,147).

#c10093 hex color red value is 193, green value is 0 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c10093 hue: 0.87 , saturation: 1.00 and the lightness value of c10093 is 0.38.

The process color (four color CMYK) of #c10093 color hex is 0.00, 1.00, 0.24, 0.24. Web safe color of #c10093 is #cc0099. Color #c10093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000000 10010011
Octal 301 0 223
Decimal 193 0 147
Hex C1 0 93

RGB Percentages of Color #c10093

%56.76
%0.00
%43.24

CMYK Percentages of Color #c10093

%0
%100
%24
%24

Triadic Colors of #c10093

#c10093 #93c100 #0093c1

Analogous Colors of #c10093

#c10093 #c10033 #8f00c1

Monochromatic Colors of #c10093

#c10093

Complementary Color

#c10093 #00c12e

#c10093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10093 Color CSS Codes

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

#c10093 Text Font Color

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

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


#c10093 Background Color

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

This div background color is #c10093


#c10093 Border Color

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

This div border color is #c10093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10093


Comments

No comments written yet.

Please login to write comment.