Color Hex Logo

#c5384b Color Hex

#C5384B
(197,56,75)
0 Favorites   0 Comments

Color spaces of #c5384b

RGB 1975675
HSL0.980.560.50
HSV352°72°77°
CMYK 0.000.720.62   0.23
XYZ25.710115.20678.2367
Yxy15.20670.52310.3094
Hunter Lab38.995849.443314.7738
CIE-Lab45.916056.484722.1665

#c5384b color RGB value is (197,56,75).

#c5384b hex color red value is 197, green value is 56 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c5384b hue: 0.98 , saturation: 0.56 and the lightness value of c5384b is 0.50.

The process color (four color CMYK) of #c5384b color hex is 0.00, 0.72, 0.62, 0.23. Web safe color of #c5384b is #cc3333. Color #c5384b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 01001011
Octal 305 70 113
Decimal 197 56 75
Hex C5 38 4B

RGB Percentages of Color #c5384b

%60.06
%17.07
%22.87

CMYK Percentages of Color #c5384b

%0
%72
%62
%23

Triadic Colors of #c5384b

#c5384b #4bc538 #384bc5

Analogous Colors of #c5384b

#c5384b #c56c38 #c53892

Monochromatic Colors of #c5384b

#c5384b

Complementary Color

#c5384b #38c5b2

#c5384b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5384b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5384b Color CSS Codes

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

#c5384b Text Font Color

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

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


#c5384b Background Color

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

This div background color is #c5384b


#c5384b Border Color

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

This div border color is #c5384b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5384b


Comments

No comments written yet.

Please login to write comment.