Color Hex Logo

#dc58ff Color Hex

#DC58FF
(220,88,255)
0 Favorites   0 Comments

Color spaces of #dc58ff

RGB 22088255
HSL0.801.000.67
HSV287°65°100°
CMYK 0.140.650.00   0.00
XYZ51.054929.415197.5945
Yxy29.41510.28670.1652
Hunter Lab54.235773.1190-68.7245
CIE-Lab61.146273.9192-59.8239

#dc58ff color RGB value is (220,88,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 11111111
Octal 334 130 377
Decimal 220 88 255
Hex DC 58 FF

RGB Percentages of Color #dc58ff

%39.08
%15.63
%45.29

CMYK Percentages of Color #dc58ff

%14
%65
%0
%0

Triadic Colors of #dc58ff

#dc58ff #ffdc58 #58ffdc

Analogous Colors of #dc58ff

#dc58ff #ff58cf #8958ff

Monochromatic Colors of #dc58ff

#dc58ff

Complementary Color

#dc58ff #7bff58

#dc58ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc58ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc58ff Color CSS Codes

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

#dc58ff Text Font Color

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

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


#dc58ff Background Color

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

This div background color is #dc58ff


#dc58ff Border Color

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

This div border color is #dc58ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc58ff


Comments

No comments written yet.

Please login to write comment.