Color Hex Logo

#c1466f Color Hex

#C1466F
(193,70,111)
0 Favorites   0 Comments

Color spaces of #c1466f

RGB 19370111
HSL0.940.500.52
HSV340°64°76°
CMYK 0.000.640.42   0.24
XYZ27.051716.865516.8685
Yxy16.86550.44500.2775
Hunter Lab41.067645.71164.3940
CIE-Lab48.090152.64313.0842

#c1466f color RGB value is (193,70,111).

#c1466f hex color red value is 193, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c1466f hue: 0.94 , saturation: 0.50 and the lightness value of c1466f is 0.52.

The process color (four color CMYK) of #c1466f color hex is 0.00, 0.64, 0.42, 0.24. Web safe color of #c1466f is #cc3366. Color #c1466f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000110 01101111
Octal 301 106 157
Decimal 193 70 111
Hex C1 46 6F

RGB Percentages of Color #c1466f

%51.60
%18.72
%29.68

CMYK Percentages of Color #c1466f

%0
%64
%42
%24

Triadic Colors of #c1466f

#c1466f #6fc146 #466fc1

Analogous Colors of #c1466f

#c1466f #c15b46 #c146ad

Monochromatic Colors of #c1466f

#c1466f

Complementary Color

#c1466f #46c198

#c1466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1466f Color CSS Codes

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

#c1466f Text Font Color

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

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


#c1466f Background Color

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

This div background color is #c1466f


#c1466f Border Color

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

This div border color is #c1466f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1466f


Comments

No comments written yet.

Please login to write comment.