Color Hex Logo

#c75598 Color Hex

#C75598
(199,85,152)
0 Favorites   0 Comments

Color spaces of #c75598

RGB 19985152
HSL0.900.500.56
HSV325°57°78°
CMYK 0.000.570.24   0.22
XYZ32.469220.906132.0297
Yxy20.90610.38020.2448
Hunter Lab45.723246.7418-9.5272
CIE-Lab52.846652.7748-14.3121

#c75598 color RGB value is (199,85,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 10011000
Octal 307 125 230
Decimal 199 85 152
Hex C7 55 98

RGB Percentages of Color #c75598

%45.64
%19.50
%34.86

CMYK Percentages of Color #c75598

%0
%57
%24
%22

Triadic Colors of #c75598

#c75598 #98c755 #5598c7

Analogous Colors of #c75598

#c75598 #c7555f #bd55c7

Monochromatic Colors of #c75598

#c75598

Complementary Color

#c75598 #55c784

#c75598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75598 Color CSS Codes

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

#c75598 Text Font Color

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

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


#c75598 Background Color

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

This div background color is #c75598


#c75598 Border Color

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

This div border color is #c75598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75598

#c75598 Color Palettes


Comments

No comments written yet.

Please login to write comment.