Color Hex Logo

#d88fda Color Hex

#D88FDA
(216,143,218)
0 Favorites   0 Comments

Color spaces of #d88fda

RGB 216143218
HSL0.830.500.71
HSV298°34°85°
CMYK 0.010.340.00   0.15
XYZ50.796339.305871.2392
Yxy39.30580.31480.2436
Hunter Lab62.694334.9094-23.4848
CIE-Lab68.972239.4993-27.1228

#d88fda color RGB value is (216,143,218).

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

The process color (four color CMYK) of #d88fda color hex is 0.01, 0.34, 0.00, 0.15. Web safe color of #d88fda is #cc99cc. Color #d88fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11011010
Octal 330 217 332
Decimal 216 143 218
Hex D8 8F DA

RGB Percentages of Color #d88fda

%37.44
%24.78
%37.78

CMYK Percentages of Color #d88fda

%1
%34
%0
%15

Triadic Colors of #d88fda

#d88fda #dad88f #8fdad8

Analogous Colors of #d88fda

#d88fda #da8fb7 #b38fda

Monochromatic Colors of #d88fda

#d88fda

Complementary Color

#d88fda #91da8f

#d88fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fda Color CSS Codes

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

#d88fda Text Font Color

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

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


#d88fda Background Color

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

This div background color is #d88fda


#d88fda Border Color

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

This div border color is #d88fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fda


Comments

No comments written yet.

Please login to write comment.