Color Hex Logo

#d681ef Color Hex

#D681EF
(214,129,239)
0 Favorites   0 Comments

Color spaces of #d681ef

RGB 214129239
HSL0.800.770.72
HSV286°46°94°
CMYK 0.100.460.00   0.06
XYZ51.161836.228785.9577
Yxy36.22870.29510.2090
Hunter Lab60.190346.3922-42.5388
CIE-Lab66.694350.2887-42.2674

#d681ef color RGB value is (214,129,239).

#d681ef hex color red value is 214, green value is 129 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d681ef hue: 0.80 , saturation: 0.77 and the lightness value of d681ef is 0.72.

The process color (four color CMYK) of #d681ef color hex is 0.10, 0.46, 0.00, 0.06. Web safe color of #d681ef is #cc99ff. Color #d681ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 11101111
Octal 326 201 357
Decimal 214 129 239
Hex D6 81 EF

RGB Percentages of Color #d681ef

%36.77
%22.16
%41.07

CMYK Percentages of Color #d681ef

%10
%46
%0
%6

Triadic Colors of #d681ef

#d681ef #efd681 #81efd6

Analogous Colors of #d681ef

#d681ef #ef81d1 #9f81ef

Monochromatic Colors of #d681ef

#d681ef

Complementary Color

#d681ef #9aef81

#d681ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d681ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d681ef Color CSS Codes

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

#d681ef Text Font Color

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

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


#d681ef Background Color

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

This div background color is #d681ef


#d681ef Border Color

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

This div border color is #d681ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,129,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d681ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d681ef;
  -webkit-box-shadow: 1px 1px 3px 2px #d681ef;
  box-shadow:         1px 1px 3px 2px #d681ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,129,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d681ef


Comments

No comments written yet.

Please login to write comment.