Color Hex Logo

#d058dc Color Hex

#D058DC
(208,88,220)
0 Favorites   0 Comments

Color spaces of #d058dc

RGB 20888220
HSL0.820.650.60
HSV295°60°86°
CMYK 0.050.600.00   0.14
XYZ42.420425.556770.4073
Yxy25.55670.30650.1847
Hunter Lab50.553661.3135-47.1871
CIE-Lab57.613964.8034-46.0277

#d058dc color RGB value is (208,88,220).

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

The process color (four color CMYK) of #d058dc color hex is 0.05, 0.60, 0.00, 0.14. Web safe color of #d058dc is #cc66cc. Color #d058dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011000 11011100
Octal 320 130 334
Decimal 208 88 220
Hex D0 58 DC

RGB Percentages of Color #d058dc

%40.31
%17.05
%42.64

CMYK Percentages of Color #d058dc

%5
%60
%0
%14

Triadic Colors of #d058dc

#d058dc #dcd058 #58dcd0

Analogous Colors of #d058dc

#d058dc #dc58a6 #8e58dc

Monochromatic Colors of #d058dc

#d058dc

Complementary Color

#d058dc #64dc58

#d058dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d058dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d058dc Color CSS Codes

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

#d058dc Text Font Color

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

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


#d058dc Background Color

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

This div background color is #d058dc


#d058dc Border Color

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

This div border color is #d058dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d058dc


Comments

No comments written yet.

Please login to write comment.