Color Hex Logo

#d58edf Color Hex

#D58EDF
(213,142,223)
0 Favorites   0 Comments

Color spaces of #d58edf

RGB 213142223
HSL0.810.560.72
HSV293°36°87°
CMYK 0.040.360.00   0.13
XYZ50.432938.819874.6469
Yxy38.81980.30770.2369
Hunter Lab62.305535.4512-27.4202
CIE-Lab68.620540.0451-30.4546

#d58edf color RGB value is (213,142,223).

#d58edf hex color red value is 213, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d58edf hue: 0.81 , saturation: 0.56 and the lightness value of d58edf is 0.72.

The process color (four color CMYK) of #d58edf color hex is 0.04, 0.36, 0.00, 0.13. Web safe color of #d58edf is #cc99cc. Color #d58edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001110 11011111
Octal 325 216 337
Decimal 213 142 223
Hex D5 8E DF

RGB Percentages of Color #d58edf

%36.85
%24.57
%38.58

CMYK Percentages of Color #d58edf

%4
%36
%0
%13

Triadic Colors of #d58edf

#d58edf #dfd58e #8edfd5

Analogous Colors of #d58edf

#d58edf #df8ec1 #ad8edf

Monochromatic Colors of #d58edf

#d58edf

Complementary Color

#d58edf #98df8e

#d58edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58edf Color CSS Codes

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

#d58edf Text Font Color

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

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


#d58edf Background Color

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

This div background color is #d58edf


#d58edf Border Color

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

This div border color is #d58edf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,142,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d58edf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d58edf;
  -webkit-box-shadow: 1px 1px 3px 2px #d58edf;
  box-shadow:         1px 1px 3px 2px #d58edf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,142,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58edf


Comments

No comments written yet.

Please login to write comment.