Color Hex Logo

#c7527a Color Hex

#C7527A
(199,82,122)
0 Favorites   0 Comments

Color spaces of #c7527a

RGB 19982122
HSL0.940.510.55
HSV339°59°78°
CMYK 0.000.590.39   0.22
XYZ30.083319.581820.6065
Yxy19.58180.42810.2787
Hunter Lab44.251343.90953.3664
CIE-Lab51.361150.39791.3126

#c7527a color RGB value is (199,82,122).

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

The process color (four color CMYK) of #c7527a color hex is 0.00, 0.59, 0.39, 0.22. Web safe color of #c7527a is #cc6666. Color #c7527a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 01111010
Octal 307 122 172
Decimal 199 82 122
Hex C7 52 7A

RGB Percentages of Color #c7527a

%49.38
%20.35
%30.27

CMYK Percentages of Color #c7527a

%0
%59
%39
%22

Triadic Colors of #c7527a

#c7527a #7ac752 #527ac7

Analogous Colors of #c7527a

#c7527a #c76552 #c752b5

Monochromatic Colors of #c7527a

#c7527a

Complementary Color

#c7527a #52c79f

#c7527a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7527a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7527a Color CSS Codes

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

#c7527a Text Font Color

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

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


#c7527a Background Color

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

This div background color is #c7527a


#c7527a Border Color

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

This div border color is #c7527a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7527a


Comments

No comments written yet.

Please login to write comment.