Color Hex Logo

#c4128e Color Hex

#C4128E
(196,18,142)
0 Favorites   0 Comments

Color spaces of #c4128e

RGB 19618142
HSL0.880.830.42
HSV318°91°77°
CMYK 0.000.910.28   0.23
XYZ27.863714.121426.8483
Yxy14.12140.40480.2052
Hunter Lab37.578566.5920-16.0554
CIE-Lab44.406571.7790-21.2656

#c4128e color RGB value is (196,18,142).

#c4128e hex color red value is 196, green value is 18 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c4128e hue: 0.88 , saturation: 0.83 and the lightness value of c4128e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010010 10001110
Octal 304 22 216
Decimal 196 18 142
Hex C4 12 8E

RGB Percentages of Color #c4128e

%55.06
%5.06
%39.89

CMYK Percentages of Color #c4128e

%0
%91
%28
%23

Triadic Colors of #c4128e

#c4128e #8ec412 #128ec4

Analogous Colors of #c4128e

#c4128e #c41235 #a112c4

Monochromatic Colors of #c4128e

#c4128e

Complementary Color

#c4128e #12c448

#c4128e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4128e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4128e Color CSS Codes

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

#c4128e Text Font Color

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

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


#c4128e Background Color

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

This div background color is #c4128e


#c4128e Border Color

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

This div border color is #c4128e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,18,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 #c4128e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4128e


Comments

No comments written yet.

Please login to write comment.