Color Hex Logo

#c11466 Color Hex

#C11466
(193,20,102)
0 Favorites   0 Comments

Color spaces of #c11466

RGB 19320102
HSL0.920.810.42
HSV332°90°76°
CMYK 0.000.900.47   0.24
XYZ24.640712.797113.7417
Yxy12.79710.48150.2500
Hunter Lab35.773060.34922.2657
CIE-Lab42.455966.85190.4655

#c11466 color RGB value is (193,20,102).

#c11466 hex color red value is 193, green value is 20 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c11466 hue: 0.92 , saturation: 0.81 and the lightness value of c11466 is 0.42.

The process color (four color CMYK) of #c11466 color hex is 0.00, 0.90, 0.47, 0.24. Web safe color of #c11466 is #cc0066. Color #c11466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 01100110
Octal 301 24 146
Decimal 193 20 102
Hex C1 14 66

RGB Percentages of Color #c11466

%61.27
%6.35
%32.38

CMYK Percentages of Color #c11466

%0
%90
%47
%24

Triadic Colors of #c11466

#c11466 #66c114 #1466c1

Analogous Colors of #c11466

#c11466 #c11914 #c114bd

Monochromatic Colors of #c11466

#c11466

Complementary Color

#c11466 #14c16f

#c11466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11466 Color CSS Codes

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

#c11466 Text Font Color

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

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


#c11466 Background Color

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

This div background color is #c11466


#c11466 Border Color

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

This div border color is #c11466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11466


Comments

No comments written yet.

Please login to write comment.