Color Hex Logo

#dc6591 Color Hex

#DC6591
(220,101,145)
0 Favorites   0 Comments

Color spaces of #dc6591

RGB 220101145
HSL0.940.630.63
HSV338°54°86°
CMYK 0.000.540.34   0.14
XYZ39.279726.567329.8458
Yxy26.56730.41050.2776
Hunter Lab51.543545.82831.7491
CIE-Lab58.571751.0021-1.3467

#dc6591 color RGB value is (220,101,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100101 10010001
Octal 334 145 221
Decimal 220 101 145
Hex DC 65 91

RGB Percentages of Color #dc6591

%47.21
%21.67
%31.12

CMYK Percentages of Color #dc6591

%0
%54
%34
%14

Triadic Colors of #dc6591

#dc6591 #91dc65 #6591dc

Analogous Colors of #dc6591

#dc6591 #dc7565 #dc65cd

Monochromatic Colors of #dc6591

#dc6591

Complementary Color

#dc6591 #65dcb0

#dc6591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6591 Color CSS Codes

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

#dc6591 Text Font Color

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

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


#dc6591 Background Color

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

This div background color is #dc6591


#dc6591 Border Color

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

This div border color is #dc6591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6591


Comments

No comments written yet.

Please login to write comment.