Color Hex Logo

#dc58bc Color Hex

#DC58BC
(220,88,188)
0 Favorites   0 Comments

Color spaces of #dc58bc

RGB 22088188
HSL0.870.650.60
HSV315°60°86°
CMYK 0.000.600.15   0.14
XYZ42.082025.825950.3439
Yxy25.82590.35590.2184
Hunter Lab50.819258.8775-23.1621
CIE-Lab57.871462.6744-27.2887

#dc58bc color RGB value is (220,88,188).

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

The process color (four color CMYK) of #dc58bc color hex is 0.00, 0.60, 0.15, 0.14. Web safe color of #dc58bc is #cc66cc. Color #dc58bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 10111100
Octal 334 130 274
Decimal 220 88 188
Hex DC 58 BC

RGB Percentages of Color #dc58bc

%44.35
%17.74
%37.90

CMYK Percentages of Color #dc58bc

%0
%60
%15
%14

Triadic Colors of #dc58bc

#dc58bc #bcdc58 #58bcdc

Analogous Colors of #dc58bc

#dc58bc #dc587a #ba58dc

Monochromatic Colors of #dc58bc

#dc58bc

Complementary Color

#dc58bc #58dc78

#dc58bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc58bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc58bc Color CSS Codes

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

#dc58bc Text Font Color

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

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


#dc58bc Background Color

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

This div background color is #dc58bc


#dc58bc Border Color

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

This div border color is #dc58bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc58bc


Comments

No comments written yet.

Please login to write comment.