Color Hex Logo

#c75190 Color Hex

#C75190
(199,81,144)
0 Favorites   0 Comments

Color spaces of #c75190

RGB 19981144
HSL0.910.510.55
HSV328°59°78°
CMYK 0.000.590.28   0.22
XYZ31.529720.040628.5920
Yxy20.04060.39330.2500
Hunter Lab44.766747.3777-6.5311
CIE-Lab51.883153.5235-11.0334

#c75190 color RGB value is (199,81,144).

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

The process color (four color CMYK) of #c75190 color hex is 0.00, 0.59, 0.28, 0.22. Web safe color of #c75190 is #cc6699. Color #c75190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010001 10010000
Octal 307 121 220
Decimal 199 81 144
Hex C7 51 90

RGB Percentages of Color #c75190

%46.93
%19.10
%33.96

CMYK Percentages of Color #c75190

%0
%59
%28
%22

Triadic Colors of #c75190

#c75190 #90c751 #5190c7

Analogous Colors of #c75190

#c75190 #c75155 #c351c7

Monochromatic Colors of #c75190

#c75190

Complementary Color

#c75190 #51c788

#c75190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75190 Color CSS Codes

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

#c75190 Text Font Color

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

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


#c75190 Background Color

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

This div background color is #c75190


#c75190 Border Color

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

This div border color is #c75190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75190


Comments

No comments written yet.

Please login to write comment.