Color Hex Logo

#dc58fa Color Hex

#DC58FA
(220,88,250)
0 Favorites   0 Comments

Color spaces of #dc58fa

RGB 22088250
HSL0.800.940.66
HSV289°65°98°
CMYK 0.120.650.00   0.02
XYZ50.260229.097293.4098
Yxy29.09720.29090.1684
Hunter Lab53.941871.9189-64.9118
CIE-Lab60.867373.0016-57.5083

#dc58fa color RGB value is (220,88,250).

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

The process color (four color CMYK) of #dc58fa color hex is 0.12, 0.65, 0.00, 0.02. Web safe color of #dc58fa is #cc66ff. Color #dc58fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 11111010
Octal 334 130 372
Decimal 220 88 250
Hex DC 58 FA

RGB Percentages of Color #dc58fa

%39.43
%15.77
%44.80

CMYK Percentages of Color #dc58fa

%12
%65
%0
%2

Triadic Colors of #dc58fa

#dc58fa #fadc58 #58fadc

Analogous Colors of #dc58fa

#dc58fa #fa58c7 #8b58fa

Monochromatic Colors of #dc58fa

#dc58fa

Complementary Color

#dc58fa #76fa58

#dc58fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc58fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc58fa Color CSS Codes

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

#dc58fa Text Font Color

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

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


#dc58fa Background Color

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

This div background color is #dc58fa


#dc58fa Border Color

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

This div border color is #dc58fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc58fa


Comments

No comments written yet.

Please login to write comment.