Color Hex Logo

#c50187 Color Hex

#C50187
(197,1,135)
0 Favorites   0 Comments

Color spaces of #c50187

RGB 1971135
HSL0.890.990.39
HSV319°99°77°
CMYK 0.000.990.31   0.23
XYZ27.410013.641324.1100
Yxy13.64130.42060.2093
Hunter Lab36.934167.8358-12.8497
CIE-Lab43.714172.9511-18.0420

#c50187 color RGB value is (197,1,135).

#c50187 hex color red value is 197, green value is 1 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c50187 hue: 0.89 , saturation: 0.99 and the lightness value of c50187 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000001 10000111
Octal 305 1 207
Decimal 197 1 135
Hex C5 1 87

RGB Percentages of Color #c50187

%59.16
%0.30
%40.54

CMYK Percentages of Color #c50187

%0
%99
%31
%23

Triadic Colors of #c50187

#c50187 #87c501 #0187c5

Analogous Colors of #c50187

#c50187 #c50125 #a101c5

Monochromatic Colors of #c50187

#c50187

Complementary Color

#c50187 #01c53f

#c50187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50187 Color CSS Codes

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

#c50187 Text Font Color

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

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


#c50187 Background Color

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

This div background color is #c50187


#c50187 Border Color

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

This div border color is #c50187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50187


Comments

No comments written yet.

Please login to write comment.