Color Hex Logo

#d081da Color Hex

#D081DA
(208,129,218)
0 Favorites   0 Comments

Color spaces of #d081da

RGB 208129218
HSL0.810.550.68
HSV293°41°85°
CMYK 0.050.410.00   0.15
XYZ46.517634.172470.4738
Yxy34.17240.30770.2261
Hunter Lab58.457239.7423-30.5578
CIE-Lab65.099244.4649-33.1764

#d081da color RGB value is (208,129,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 11011010
Octal 320 201 332
Decimal 208 129 218
Hex D0 81 DA

RGB Percentages of Color #d081da

%37.48
%23.24
%39.28

CMYK Percentages of Color #d081da

%5
%41
%0
%15

Triadic Colors of #d081da

#d081da #dad081 #81dad0

Analogous Colors of #d081da

#d081da #da81b8 #a481da

Monochromatic Colors of #d081da

#d081da

Complementary Color

#d081da #8bda81

#d081da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d081da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d081da Color CSS Codes

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

#d081da Text Font Color

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

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


#d081da Background Color

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

This div background color is #d081da


#d081da Border Color

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

This div border color is #d081da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d081da


Comments

No comments written yet.

Please login to write comment.