Color Hex Logo

#c5023a Color Hex

#C5023A
(197,2,58)
0 Favorites   0 Comments

Color spaces of #c5023a

RGB 197258
HSL0.950.980.39
HSV343°99°77°
CMYK 0.000.990.71   0.23
XYZ23.811412.21925.1065
Yxy12.21920.57880.2970
Hunter Lab34.956060.418115.8079
CIE-Lab41.562467.085727.1208

#c5023a color RGB value is (197,2,58).

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

The process color (four color CMYK) of #c5023a color hex is 0.00, 0.99, 0.71, 0.23. Web safe color of #c5023a is #cc0033. Color #c5023a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000010 00111010
Octal 305 2 72
Decimal 197 2 58
Hex C5 2 3A

RGB Percentages of Color #c5023a

%76.65
%0.78
%22.57

CMYK Percentages of Color #c5023a

%0
%99
%71
%23

Triadic Colors of #c5023a

#c5023a #3ac502 #023ac5

Analogous Colors of #c5023a

#c5023a #c52c02 #c5029c

Monochromatic Colors of #c5023a

#c5023a

Complementary Color

#c5023a #02c58d

#c5023a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5023a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5023a Color CSS Codes

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

#c5023a Text Font Color

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

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


#c5023a Background Color

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

This div background color is #c5023a


#c5023a Border Color

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

This div border color is #c5023a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5023a


Comments

No comments written yet.

Please login to write comment.