Color Hex Logo

#c4169b Color Hex

#C4169B
(196,22,155)
0 Favorites   0 Comments

Color spaces of #c4169b

RGB 19622155
HSL0.870.800.43
HSV314°89°77°
CMYK 0.000.890.21   0.23
XYZ28.968314.676132.3163
Yxy14.67610.38140.1932
Hunter Lab38.309467.9343-23.1981
CIE-Lab45.187372.7458-27.9132

#c4169b color RGB value is (196,22,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010110 10011011
Octal 304 26 233
Decimal 196 22 155
Hex C4 16 9B

RGB Percentages of Color #c4169b

%52.55
%5.90
%41.55

CMYK Percentages of Color #c4169b

%0
%89
%21
%23

Triadic Colors of #c4169b

#c4169b #9bc416 #169bc4

Analogous Colors of #c4169b

#c4169b #c41644 #9616c4

Monochromatic Colors of #c4169b

#c4169b

Complementary Color

#c4169b #16c43f

#c4169b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4169b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4169b Color CSS Codes

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

#c4169b Text Font Color

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

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


#c4169b Background Color

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

This div background color is #c4169b


#c4169b Border Color

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

This div border color is #c4169b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4169b


Comments

No comments written yet.

Please login to write comment.