Color Hex Logo

#c7407a Color Hex

#C7407A
(199,64,122)
0 Favorites   0 Comments

Color spaces of #c7407a

RGB 19964122
HSL0.930.550.52
HSV334°68°78°
CMYK 0.000.680.39   0.22
XYZ28.899417.214020.2118
Yxy17.21400.43570.2595
Hunter Lab41.489851.72580.1596
CIE-Lab48.528658.0771-2.8332

#c7407a color RGB value is (199,64,122).

#c7407a hex color red value is 199, green value is 64 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #c7407a hue: 0.93 , saturation: 0.55 and the lightness value of c7407a is 0.52.

The process color (four color CMYK) of #c7407a color hex is 0.00, 0.68, 0.39, 0.22. Web safe color of #c7407a is #cc3366. Color #c7407a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000000 01111010
Octal 307 100 172
Decimal 199 64 122
Hex C7 40 7A

RGB Percentages of Color #c7407a

%51.69
%16.62
%31.69

CMYK Percentages of Color #c7407a

%0
%68
%39
%22

Triadic Colors of #c7407a

#c7407a #7ac740 #407ac7

Analogous Colors of #c7407a

#c7407a #c74940 #c740be

Monochromatic Colors of #c7407a

#c7407a

Complementary Color

#c7407a #40c78d

#c7407a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7407a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7407a Color CSS Codes

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

#c7407a Text Font Color

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

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


#c7407a Background Color

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

This div background color is #c7407a


#c7407a Border Color

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

This div border color is #c7407a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,64,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7407a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7407a;
  -webkit-box-shadow: 1px 1px 3px 2px #c7407a;
  box-shadow:         1px 1px 3px 2px #c7407a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,64,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7407a


Comments

No comments written yet.

Please login to write comment.