Color Hex Logo

#d681da Color Hex

#D681DA
(214,129,218)
0 Favorites   0 Comments

Color spaces of #d681da

RGB 214129218
HSL0.830.550.68
HSV297°41°85°
CMYK 0.020.410.00   0.15
XYZ48.236735.058670.5543
Yxy35.05860.31350.2279
Hunter Lab59.210341.8001-29.2021
CIE-Lab65.794346.2642-32.0438

#d681da color RGB value is (214,129,218).

#d681da hex color red value is 214, green value is 129 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d681da hue: 0.83 , saturation: 0.55 and the lightness value of d681da is 0.68.

The process color (four color CMYK) of #d681da color hex is 0.02, 0.41, 0.00, 0.15. Web safe color of #d681da is #cc99cc. Color #d681da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000001 11011010
Octal 326 201 332
Decimal 214 129 218
Hex D6 81 DA

RGB Percentages of Color #d681da

%38.15
%22.99
%38.86

CMYK Percentages of Color #d681da

%2
%41
%0
%15

Triadic Colors of #d681da

#d681da #dad681 #81dad6

Analogous Colors of #d681da

#d681da #da81b2 #aa81da

Monochromatic Colors of #d681da

#d681da

Complementary Color

#d681da #85da81

#d681da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d681da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d681da Color CSS Codes

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

#d681da Text Font Color

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

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


#d681da Background Color

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

This div background color is #d681da


#d681da Border Color

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

This div border color is #d681da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d681da


Comments

No comments written yet.

Please login to write comment.