Color Hex Logo

#d08dfa Color Hex

#D08DFA
(208,141,250)
0 Favorites   0 Comments

Color spaces of #d08dfa

RGB 208141250
HSL0.770.920.77
HSV277°44°98°
CMYK 0.170.440.00   0.02
XYZ52.792639.361895.2576
Yxy39.36180.28170.2100
Hunter Lab62.739040.4081-46.1037
CIE-Lab69.012544.5727-44.7097

#d08dfa color RGB value is (208,141,250).

#d08dfa hex color red value is 208, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d08dfa hue: 0.77 , saturation: 0.92 and the lightness value of d08dfa is 0.77.

The process color (four color CMYK) of #d08dfa color hex is 0.17, 0.44, 0.00, 0.02. Web safe color of #d08dfa is #cc99ff. Color #d08dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001101 11111010
Octal 320 215 372
Decimal 208 141 250
Hex D0 8D FA

RGB Percentages of Color #d08dfa

%34.72
%23.54
%41.74

CMYK Percentages of Color #d08dfa

%17
%44
%0
%2

Triadic Colors of #d08dfa

#d08dfa #fad08d #8dfad0

Analogous Colors of #d08dfa

#d08dfa #fa8dee #9a8dfa

Monochromatic Colors of #d08dfa

#d08dfa

Complementary Color

#d08dfa #b7fa8d

#d08dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08dfa Color CSS Codes

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

#d08dfa Text Font Color

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

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


#d08dfa Background Color

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

This div background color is #d08dfa


#d08dfa Border Color

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

This div border color is #d08dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,141,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08dfa


Comments

No comments written yet.

Please login to write comment.