Color Hex Logo

#dc5698 Color Hex

#DC5698
(220,86,152)
0 Favorites   0 Comments

Color spaces of #dc5698

RGB 22086152
HSL0.920.660.60
HSV330°61°86°
CMYK 0.000.610.31   0.14
XYZ38.510524.138232.3352
Yxy24.13820.40540.2541
Hunter Lab49.130653.9366-4.6301
CIE-Lab56.225958.6660-8.9072

#dc5698 color RGB value is (220,86,152).

#dc5698 hex color red value is 220, green value is 86 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dc5698 hue: 0.92 , saturation: 0.66 and the lightness value of dc5698 is 0.60.

The process color (four color CMYK) of #dc5698 color hex is 0.00, 0.61, 0.31, 0.14. Web safe color of #dc5698 is #cc6699. Color #dc5698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010110 10011000
Octal 334 126 230
Decimal 220 86 152
Hex DC 56 98

RGB Percentages of Color #dc5698

%48.03
%18.78
%33.19

CMYK Percentages of Color #dc5698

%0
%61
%31
%14

Triadic Colors of #dc5698

#dc5698 #98dc56 #5698dc

Analogous Colors of #dc5698

#dc5698 #dc5756 #dc56db

Monochromatic Colors of #dc5698

#dc5698

Complementary Color

#dc5698 #56dc9a

#dc5698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5698 Color CSS Codes

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

#dc5698 Text Font Color

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

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


#dc5698 Background Color

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

This div background color is #dc5698


#dc5698 Border Color

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

This div border color is #dc5698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5698


Comments

No comments written yet.

Please login to write comment.