Color Hex Logo

#c50258 Color Hex

#C50258
(197,2,88)
0 Favorites   0 Comments

Color spaces of #c50258

RGB 197288
HSL0.930.980.39
HSV334°99°77°
CMYK 0.000.990.55   0.23
XYZ24.809112.618310.3605
Yxy12.61830.51920.2640
Hunter Lab35.522262.50237.5729
CIE-Lab42.182468.75559.0076

#c50258 color RGB value is (197,2,88).

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

The process color (four color CMYK) of #c50258 color hex is 0.00, 0.99, 0.55, 0.23. Web safe color of #c50258 is #cc0066. Color #c50258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000010 01011000
Octal 305 2 130
Decimal 197 2 88
Hex C5 2 58

RGB Percentages of Color #c50258

%68.64
%0.70
%30.66

CMYK Percentages of Color #c50258

%0
%99
%55
%23

Triadic Colors of #c50258

#c50258 #58c502 #0258c5

Analogous Colors of #c50258

#c50258 #c50d02 #c502ba

Monochromatic Colors of #c50258

#c50258

Complementary Color

#c50258 #02c56f

#c50258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50258 Color CSS Codes

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

#c50258 Text Font Color

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

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


#c50258 Background Color

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

This div background color is #c50258


#c50258 Border Color

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

This div border color is #c50258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50258


Comments

No comments written yet.

Please login to write comment.