Color Hex Logo

#dc5196 Color Hex

#DC5196
(220,81,150)
0 Favorites   0 Comments

Color spaces of #dc5196

RGB 22081150
HSL0.920.670.59
HSV330°63°86°
CMYK 0.000.630.32   0.14
XYZ37.962723.302531.3511
Yxy23.30250.40990.2516
Hunter Lab48.272755.8992-4.7155
CIE-Lab55.382660.5384-8.9936

#dc5196 color RGB value is (220,81,150).

#dc5196 hex color red value is 220, green value is 81 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dc5196 hue: 0.92 , saturation: 0.67 and the lightness value of dc5196 is 0.59.

The process color (four color CMYK) of #dc5196 color hex is 0.00, 0.63, 0.32, 0.14. Web safe color of #dc5196 is #cc6699. Color #dc5196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010001 10010110
Octal 334 121 226
Decimal 220 81 150
Hex DC 51 96

RGB Percentages of Color #dc5196

%48.78
%17.96
%33.26

CMYK Percentages of Color #dc5196

%0
%63
%32
%14

Triadic Colors of #dc5196

#dc5196 #96dc51 #5196dc

Analogous Colors of #dc5196

#dc5196 #dc5251 #dc51dc

Monochromatic Colors of #dc5196

#dc5196

Complementary Color

#dc5196 #51dc97

#dc5196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5196 Color CSS Codes

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

#dc5196 Text Font Color

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

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


#dc5196 Background Color

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

This div background color is #dc5196


#dc5196 Border Color

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

This div border color is #dc5196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,81,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc5196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc5196;
  -webkit-box-shadow: 1px 1px 3px 2px #dc5196;
  box-shadow:         1px 1px 3px 2px #dc5196; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5196


Comments

No comments written yet.

Please login to write comment.