Color Hex Logo

#c4168e Color Hex

#C4168E
(196,22,142)
0 Favorites   0 Comments

Color spaces of #c4168e

RGB 19622142
HSL0.890.800.43
HSV319°89°77°
CMYK 0.000.890.28   0.23
XYZ27.934314.262626.8718
Yxy14.26260.40440.2065
Hunter Lab37.765965.9410-15.7509
CIE-Lab44.607271.1943-20.9562

#c4168e color RGB value is (196,22,142).

#c4168e hex color red value is 196, green value is 22 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c4168e hue: 0.89 , saturation: 0.80 and the lightness value of c4168e is 0.43.

The process color (four color CMYK) of #c4168e color hex is 0.00, 0.89, 0.28, 0.23. Web safe color of #c4168e is #cc0099. Color #c4168e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010110 10001110
Octal 304 26 216
Decimal 196 22 142
Hex C4 16 8E

RGB Percentages of Color #c4168e

%54.44
%6.11
%39.44

CMYK Percentages of Color #c4168e

%0
%89
%28
%23

Triadic Colors of #c4168e

#c4168e #8ec416 #168ec4

Analogous Colors of #c4168e

#c4168e #c41637 #a316c4

Monochromatic Colors of #c4168e

#c4168e

Complementary Color

#c4168e #16c44c

#c4168e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4168e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4168e Color CSS Codes

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

#c4168e Text Font Color

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

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


#c4168e Background Color

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

This div background color is #c4168e


#c4168e Border Color

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

This div border color is #c4168e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,22,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4168e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4168e;
  -webkit-box-shadow: 1px 1px 3px 2px #c4168e;
  box-shadow:         1px 1px 3px 2px #c4168e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,22,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4168e


Comments

No comments written yet.

Please login to write comment.