Color Hex Logo

#c50290 Color Hex

#C50290
(197,2,144)
0 Favorites   0 Comments

Color spaces of #c50290

RGB 1972144
HSL0.880.980.39
HSV316°99°77°
CMYK 0.000.990.27   0.23
XYZ28.081713.927327.5937
Yxy13.92730.40350.2001
Hunter Lab37.319369.0074-17.7152
CIE-Lab44.128573.8414-22.8951

#c50290 color RGB value is (197,2,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000010 10010000
Octal 305 2 220
Decimal 197 2 144
Hex C5 2 90

RGB Percentages of Color #c50290

%57.43
%0.58
%41.98

CMYK Percentages of Color #c50290

%0
%99
%27
%23

Triadic Colors of #c50290

#c50290 #90c502 #0290c5

Analogous Colors of #c50290

#c50290 #c5022f #9902c5

Monochromatic Colors of #c50290

#c50290

Complementary Color

#c50290 #02c537

#c50290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50290 Color CSS Codes

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

#c50290 Text Font Color

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

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


#c50290 Background Color

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

This div background color is #c50290


#c50290 Border Color

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

This div border color is #c50290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50290

#c50290 Color Palettes


Comments

No comments written yet.

Please login to write comment.