Color Hex Logo

#c5428d Color Hex

#C5428D
(197,66,141)
0 Favorites   0 Comments

Color spaces of #c5428d

RGB 19766141
HSL0.900.530.52
HSV326°66°77°
CMYK 0.000.660.28   0.23
XYZ29.781917.689827.0441
Yxy17.68980.39970.2374
Hunter Lab42.059252.7911-8.6820
CIE-Lab49.117758.9258-13.4471

#c5428d color RGB value is (197,66,141).

#c5428d hex color red value is 197, green value is 66 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c5428d hue: 0.90 , saturation: 0.53 and the lightness value of c5428d is 0.52.

The process color (four color CMYK) of #c5428d color hex is 0.00, 0.66, 0.28, 0.23. Web safe color of #c5428d is #cc3399. Color #c5428d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 10001101
Octal 305 102 215
Decimal 197 66 141
Hex C5 42 8D

RGB Percentages of Color #c5428d

%48.76
%16.34
%34.90

CMYK Percentages of Color #c5428d

%0
%66
%28
%23

Triadic Colors of #c5428d

#c5428d #8dc542 #428dc5

Analogous Colors of #c5428d

#c5428d #c5424b #bc42c5

Monochromatic Colors of #c5428d

#c5428d

Complementary Color

#c5428d #42c57a

#c5428d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5428d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5428d Color CSS Codes

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

#c5428d Text Font Color

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

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


#c5428d Background Color

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

This div background color is #c5428d


#c5428d Border Color

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

This div border color is #c5428d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5428d


Comments

No comments written yet.

Please login to write comment.