color codes Logo

#c7427a color codes

#C7427A
(199,66,122)
0 Favorites   0 Comments

Color spaces of #c7427a

RGB 19966122
HSL0.930.540.52
HSV335°67°78°
CMYK 0.000.670.39   0.22
XYZ29.014317.443720.2501
Yxy17.44370.43490.2615
Hunter Lab41.765750.91280.4892
CIE-Lab48.814357.2904-2.4125

#c7427a color RGB value is (199,66,122).

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

The process color (four color CMYK) of #c7427a color code is 0.00, 0.67, 0.39, 0.22. Web safe color of #c7427a is #cc3366. Color #c7427a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 01111010
Octal 307 102 172
Decimal 199 66 122
Hex C7 42 7A

RGB Percentages of Color #c7427a

%51.42
%17.05
%31.52

CMYK Percentages of Color #c7427a

%0
%67
%39
%22

Triadic Colors of #c7427a

#c7427a #7ac742 #427ac7

Analogous Colors of #c7427a

#c7427a #c74d42 #c742bd

Monochromatic Colors of #c7427a

#c7427a

Complementary Color

#c7427a #42c78f

#c7427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7427a Color CSS Codes

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

#c7427a Text Font Color

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

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


#c7427a Background Color

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

This div background color is #c7427a


#c7427a Border Color

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

This div border color is #c7427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7427a


Comments

No comments written yet.

Please login to write comment.