Color Hex Logo

#c50990 Color Hex

#C50990
(197,9,144)
0 Favorites   0 Comments

Color spaces of #c50990

RGB 1979144
HSL0.880.910.40
HSV317°95°77°
CMYK 0.000.950.27   0.23
XYZ28.157714.079327.6191
Yxy14.07930.40310.2015
Hunter Lab37.522468.2865-17.3759
CIE-Lab44.346473.2021-22.5581

#c50990 color RGB value is (197,9,144).

#c50990 hex color red value is 197, green value is 9 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c50990 hue: 0.88 , saturation: 0.91 and the lightness value of c50990 is 0.40.

The process color (four color CMYK) of #c50990 color hex is 0.00, 0.95, 0.27, 0.23. Web safe color of #c50990 is #cc0099. Color #c50990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001001 10010000
Octal 305 11 220
Decimal 197 9 144
Hex C5 9 90

RGB Percentages of Color #c50990

%56.29
%2.57
%41.14

CMYK Percentages of Color #c50990

%0
%95
%27
%23

Triadic Colors of #c50990

#c50990 #90c509 #0990c5

Analogous Colors of #c50990

#c50990 #c50932 #9c09c5

Monochromatic Colors of #c50990

#c50990

Complementary Color

#c50990 #09c53e

#c50990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50990 Color CSS Codes

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

#c50990 Text Font Color

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

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


#c50990 Background Color

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

This div background color is #c50990


#c50990 Border Color

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

This div border color is #c50990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,9,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 #c50990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50990


Comments

No comments written yet.

Please login to write comment.