Color Hex Logo

#c50891 Color Hex

#C50891
(197,8,145)
0 Favorites   0 Comments

Color spaces of #c50891

RGB 1978145
HSL0.880.920.40
HSV317°96°77°
CMYK 0.000.960.26   0.23
XYZ28.223614.088328.0198
Yxy14.08830.40130.2003
Hunter Lab37.534468.5361-17.9865
CIE-Lab44.359373.4065-23.1453

#c50891 color RGB value is (197,8,145).

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

The process color (four color CMYK) of #c50891 color hex is 0.00, 0.96, 0.26, 0.23. Web safe color of #c50891 is #cc0099. Color #c50891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 10010001
Octal 305 10 221
Decimal 197 8 145
Hex C5 8 91

RGB Percentages of Color #c50891

%56.29
%2.29
%41.43

CMYK Percentages of Color #c50891

%0
%96
%26
%23

Triadic Colors of #c50891

#c50891 #91c508 #0891c5

Analogous Colors of #c50891

#c50891 #c50832 #9b08c5

Monochromatic Colors of #c50891

#c50891

Complementary Color

#c50891 #08c53c

#c50891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50891 Color CSS Codes

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

#c50891 Text Font Color

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

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


#c50891 Background Color

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

This div background color is #c50891


#c50891 Border Color

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

This div border color is #c50891


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,8,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50891


Comments

No comments written yet.

Please login to write comment.