Color Hex Logo

#c7509f Color Hex

#C7509F
(199,80,159)
0 Favorites   0 Comments

Color spaces of #c7509f

RGB 19980159
HSL0.890.520.55
HSV320°60°78°
CMYK 0.000.600.20   0.22
XYZ32.679920.382635.0127
Yxy20.38260.37100.2314
Hunter Lab45.147150.2005-14.3779
CIE-Lab52.267156.0271-19.3186

#c7509f color RGB value is (199,80,159).

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

The process color (four color CMYK) of #c7509f color hex is 0.00, 0.60, 0.20, 0.22. Web safe color of #c7509f is #cc6699. Color #c7509f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 10011111
Octal 307 120 237
Decimal 199 80 159
Hex C7 50 9F

RGB Percentages of Color #c7509f

%45.43
%18.26
%36.30

CMYK Percentages of Color #c7509f

%0
%60
%20
%22

Triadic Colors of #c7509f

#c7509f #9fc750 #509fc7

Analogous Colors of #c7509f

#c7509f #c75063 #b450c7

Monochromatic Colors of #c7509f

#c7509f

Complementary Color

#c7509f #50c778

#c7509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7509f Color CSS Codes

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

#c7509f Text Font Color

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

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


#c7509f Background Color

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

This div background color is #c7509f


#c7509f Border Color

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

This div border color is #c7509f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7509f


Comments

No comments written yet.

Please login to write comment.