Color Hex Logo

#c75996 Color Hex

#C75996
(199,89,150)
0 Favorites   0 Comments

Color spaces of #c75996

RGB 19989150
HSL0.910.500.56
HSV327°55°78°
CMYK 0.000.550.25   0.22
XYZ32.630621.488931.2821
Yxy21.48890.38210.2516
Hunter Lab46.356144.5250-7.5609
CIE-Lab53.480550.6207-12.1761

#c75996 color RGB value is (199,89,150).

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

The process color (four color CMYK) of #c75996 color hex is 0.00, 0.55, 0.25, 0.22. Web safe color of #c75996 is #cc6699. Color #c75996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011001 10010110
Octal 307 131 226
Decimal 199 89 150
Hex C7 59 96

RGB Percentages of Color #c75996

%45.43
%20.32
%34.25

CMYK Percentages of Color #c75996

%0
%55
%25
%22

Triadic Colors of #c75996

#c75996 #96c759 #5996c7

Analogous Colors of #c75996

#c75996 #c7595f #c159c7

Monochromatic Colors of #c75996

#c75996

Complementary Color

#c75996 #59c78a

#c75996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75996 Color CSS Codes

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

#c75996 Text Font Color

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

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


#c75996 Background Color

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

This div background color is #c75996


#c75996 Border Color

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

This div border color is #c75996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75996


Comments

No comments written yet.

Please login to write comment.