Color Hex Logo

#dc5885 Color Hex

#DC5885
(220,88,133)
0 Favorites   0 Comments

Color spaces of #dc5885

RGB 22088133
HSL0.940.650.60
HSV340°60°86°
CMYK 0.000.600.40   0.14
XYZ37.238623.888524.8386
Yxy23.88850.43320.2779
Hunter Lab48.875950.46674.0821
CIE-Lab55.976055.62431.8925

#dc5885 color RGB value is (220,88,133).

#dc5885 hex color red value is 220, green value is 88 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dc5885 hue: 0.94 , saturation: 0.65 and the lightness value of dc5885 is 0.60.

The process color (four color CMYK) of #dc5885 color hex is 0.00, 0.60, 0.40, 0.14. Web safe color of #dc5885 is #cc6699. Color #dc5885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 10000101
Octal 334 130 205
Decimal 220 88 133
Hex DC 58 85

RGB Percentages of Color #dc5885

%49.89
%19.95
%30.16

CMYK Percentages of Color #dc5885

%0
%60
%40
%14

Triadic Colors of #dc5885

#dc5885 #85dc58 #5885dc

Analogous Colors of #dc5885

#dc5885 #dc6d58 #dc58c7

Monochromatic Colors of #dc5885

#dc5885

Complementary Color

#dc5885 #58dcaf

#dc5885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5885 Color CSS Codes

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

#dc5885 Text Font Color

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

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


#dc5885 Background Color

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

This div background color is #dc5885


#dc5885 Border Color

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

This div border color is #dc5885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5885


Comments

No comments written yet.

Please login to write comment.