Color Hex Logo

#d01edf Color Hex

#D01EDF
(208,30,223)
0 Favorites   0 Comments

Color spaces of #d01edf

RGB 20830223
HSL0.820.760.50
HSV295°87°87°
CMYK 0.070.870.00   0.13
XYZ39.796019.666271.5105
Yxy19.66620.30380.1502
Hunter Lab44.346682.5768-64.5647
CIE-Lab51.457783.2904-57.5404

#d01edf color RGB value is (208,30,223).

#d01edf hex color red value is 208, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d01edf hue: 0.82 , saturation: 0.76 and the lightness value of d01edf is 0.50.

The process color (four color CMYK) of #d01edf color hex is 0.07, 0.87, 0.00, 0.13. Web safe color of #d01edf is #cc33cc. Color #d01edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011110 11011111
Octal 320 36 337
Decimal 208 30 223
Hex D0 1E DF

RGB Percentages of Color #d01edf

%45.12
%6.51
%48.37

CMYK Percentages of Color #d01edf

%7
%87
%0
%13

Triadic Colors of #d01edf

#d01edf #dfd01e #1edfd0

Analogous Colors of #d01edf

#d01edf #df1e8e #701edf

Monochromatic Colors of #d01edf

#d01edf

Complementary Color

#d01edf #2ddf1e

#d01edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d01edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d01edf Color CSS Codes

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

#d01edf Text Font Color

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

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


#d01edf Background Color

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

This div background color is #d01edf


#d01edf Border Color

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

This div border color is #d01edf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,30,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 #d01edf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d01edf


Comments

No comments written yet.

Please login to write comment.