Color Hex Logo

#c75586 Color Hex

#C75586
(199,85,134)
0 Favorites   0 Comments

Color spaces of #c75586

RGB 19985134
HSL0.930.500.56
HSV334°57°78°
CMYK 0.000.570.33   0.22
XYZ31.104820.360324.8448
Yxy20.36030.40760.2668
Hunter Lab45.122444.0835-1.0599
CIE-Lab52.242250.4140-4.5554

#c75586 color RGB value is (199,85,134).

#c75586 hex color red value is 199, green value is 85 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c75586 hue: 0.93 , saturation: 0.50 and the lightness value of c75586 is 0.56.

The process color (four color CMYK) of #c75586 color hex is 0.00, 0.57, 0.33, 0.22. Web safe color of #c75586 is #cc6699. Color #c75586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 10000110
Octal 307 125 206
Decimal 199 85 134
Hex C7 55 86

RGB Percentages of Color #c75586

%47.61
%20.33
%32.06

CMYK Percentages of Color #c75586

%0
%57
%33
%22

Triadic Colors of #c75586

#c75586 #86c755 #5586c7

Analogous Colors of #c75586

#c75586 #c75d55 #c755bf

Monochromatic Colors of #c75586

#c75586

Complementary Color

#c75586 #55c796

#c75586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75586 Color CSS Codes

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

#c75586 Text Font Color

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

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


#c75586 Background Color

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

This div background color is #c75586


#c75586 Border Color

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

This div border color is #c75586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75586


Comments

No comments written yet.

Please login to write comment.