Color Hex Logo

#d058de Color Hex

#D058DE
(208,88,222)
0 Favorites   0 Comments

Color spaces of #d058de

RGB 20888222
HSL0.820.670.61
HSV294°60°87°
CMYK 0.060.600.00   0.13
XYZ42.687025.663371.8109
Yxy25.66330.30460.1831
Hunter Lab50.659061.7571-48.5844
CIE-Lab57.716165.1616-46.9932

#d058de color RGB value is (208,88,222).

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

The process color (four color CMYK) of #d058de color hex is 0.06, 0.60, 0.00, 0.13. Web safe color of #d058de is #cc66cc. Color #d058de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011000 11011110
Octal 320 130 336
Decimal 208 88 222
Hex D0 58 DE

RGB Percentages of Color #d058de

%40.15
%16.99
%42.86

CMYK Percentages of Color #d058de

%6
%60
%0
%13

Triadic Colors of #d058de

#d058de #ded058 #58ded0

Analogous Colors of #d058de

#d058de #de58a9 #8d58de

Monochromatic Colors of #d058de

#d058de

Complementary Color

#d058de #66de58

#d058de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d058de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d058de Color CSS Codes

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

#d058de Text Font Color

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

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


#d058de Background Color

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

This div background color is #d058de


#d058de Border Color

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

This div border color is #d058de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d058de


Comments

No comments written yet.

Please login to write comment.