Color Hex Logo

#d81edf Color Hex

#D81EDF
(216,30,223)
0 Favorites   0 Comments

Color spaces of #d81edf

RGB 21630223
HSL0.830.760.50
HSV298°87°87°
CMYK 0.030.870.00   0.13
XYZ42.102520.855271.6184
Yxy20.85520.31290.1550
Hunter Lab45.667584.6474-61.0148
CIE-Lab52.790784.6361-55.3296

#d81edf color RGB value is (216,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011110 11011111
Octal 330 36 337
Decimal 216 30 223
Hex D8 1E DF

RGB Percentages of Color #d81edf

%46.06
%6.40
%47.55

CMYK Percentages of Color #d81edf

%3
%87
%0
%13

Triadic Colors of #d81edf

#d81edf #dfd81e #1edfd8

Analogous Colors of #d81edf

#d81edf #df1e86 #781edf

Monochromatic Colors of #d81edf

#d81edf

Complementary Color

#d81edf #25df1e

#d81edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81edf Color CSS Codes

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

#d81edf Text Font Color

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

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


#d81edf Background Color

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

This div background color is #d81edf


#d81edf Border Color

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

This div border color is #d81edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81edf


Comments

No comments written yet.

Please login to write comment.