Color Hex Logo

#d08fda Color Hex

#D08FDA
(208,143,218)
0 Favorites   0 Comments

Color spaces of #d08fda

RGB 208143218
HSL0.810.500.71
HSV292°34°85°
CMYK 0.050.340.00   0.15
XYZ48.489838.116871.1312
Yxy38.11680.30740.2416
Hunter Lab61.738832.1514-25.0927
CIE-Lab68.106636.9935-28.5274

#d08fda color RGB value is (208,143,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 11011010
Octal 320 217 332
Decimal 208 143 218
Hex D0 8F DA

RGB Percentages of Color #d08fda

%36.56
%25.13
%38.31

CMYK Percentages of Color #d08fda

%5
%34
%0
%15

Triadic Colors of #d08fda

#d08fda #dad08f #8fdad0

Analogous Colors of #d08fda

#d08fda #da8fbf #ab8fda

Monochromatic Colors of #d08fda

#d08fda

Complementary Color

#d08fda #99da8f

#d08fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08fda Color CSS Codes

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

#d08fda Text Font Color

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

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


#d08fda Background Color

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

This div background color is #d08fda


#d08fda Border Color

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

This div border color is #d08fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08fda


Comments

No comments written yet.

Please login to write comment.