Color Hex Logo

#c11073 Color Hex

#C11073
(193,16,115)
0 Favorites   0 Comments

Color spaces of #c11073

RGB 19316115
HSL0.910.850.41
HSV326°92°76°
CMYK 0.000.920.40   0.24
XYZ25.272112.945817.3865
Yxy12.94580.45450.2328
Hunter Lab35.980362.4107-3.4641
CIE-Lab42.681568.5799-7.3295

#c11073 color RGB value is (193,16,115).

#c11073 hex color red value is 193, green value is 16 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c11073 hue: 0.91 , saturation: 0.85 and the lightness value of c11073 is 0.41.

The process color (four color CMYK) of #c11073 color hex is 0.00, 0.92, 0.40, 0.24. Web safe color of #c11073 is #cc0066. Color #c11073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010000 01110011
Octal 301 20 163
Decimal 193 16 115
Hex C1 10 73

RGB Percentages of Color #c11073

%59.57
%4.94
%35.49

CMYK Percentages of Color #c11073

%0
%92
%40
%24

Triadic Colors of #c11073

#c11073 #73c110 #1073c1

Analogous Colors of #c11073

#c11073 #c1101a #b710c1

Monochromatic Colors of #c11073

#c11073

Complementary Color

#c11073 #10c15e

#c11073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11073 Color CSS Codes

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

#c11073 Text Font Color

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

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


#c11073 Background Color

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

This div background color is #c11073


#c11073 Border Color

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

This div border color is #c11073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11073


Comments

No comments written yet.

Please login to write comment.