Color Hex Logo

#dc6589 Color Hex

#DC6589
(220,101,137)
0 Favorites   0 Comments

Color spaces of #dc6589

RGB 220101137
HSL0.950.630.63
HSV342°54°86°
CMYK 0.000.540.38   0.14
XYZ38.684226.329126.7101
Yxy26.32910.42170.2870
Hunter Lab51.311944.77595.0553
CIE-Lab58.348150.07392.9871

#dc6589 color RGB value is (220,101,137).

#dc6589 hex color red value is 220, green value is 101 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dc6589 hue: 0.95 , saturation: 0.63 and the lightness value of dc6589 is 0.63.

The process color (four color CMYK) of #dc6589 color hex is 0.00, 0.54, 0.38, 0.14. Web safe color of #dc6589 is #cc6699. Color #dc6589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 10001001
Octal 334 145 211
Decimal 220 101 137
Hex DC 65 89

RGB Percentages of Color #dc6589

%48.03
%22.05
%29.91

CMYK Percentages of Color #dc6589

%0
%54
%38
%14

Triadic Colors of #dc6589

#dc6589 #89dc65 #6589dc

Analogous Colors of #dc6589

#dc6589 #dc7d65 #dc65c5

Monochromatic Colors of #dc6589

#dc6589

Complementary Color

#dc6589 #65dcb8

#dc6589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6589 Color CSS Codes

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

#dc6589 Text Font Color

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

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


#dc6589 Background Color

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

This div background color is #dc6589


#dc6589 Border Color

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

This div border color is #dc6589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6589


Comments

No comments written yet.

Please login to write comment.