Color Hex Logo

#c4078e Color Hex

#C4078E
(196,7,142)
0 Favorites   0 Comments

Color spaces of #c4078e

RGB 1967142
HSL0.880.930.40
HSV317°96°77°
CMYK 0.000.960.28   0.23
XYZ27.723413.840726.8015
Yxy13.84070.40550.2025
Hunter Lab37.203167.9111-16.6710
CIE-Lab44.003672.9573-21.8874

#c4078e color RGB value is (196,7,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000111 10001110
Octal 304 7 216
Decimal 196 7 142
Hex C4 7 8E

RGB Percentages of Color #c4078e

%56.81
%2.03
%41.16

CMYK Percentages of Color #c4078e

%0
%96
%28
%23

Triadic Colors of #c4078e

#c4078e #8ec407 #078ec4

Analogous Colors of #c4078e

#c4078e #c40730 #9c07c4

Monochromatic Colors of #c4078e

#c4078e

Complementary Color

#c4078e #07c43d

#c4078e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4078e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4078e Color CSS Codes

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

#c4078e Text Font Color

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

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


#c4078e Background Color

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

This div background color is #c4078e


#c4078e Border Color

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

This div border color is #c4078e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4078e


Comments

No comments written yet.

Please login to write comment.