Color Hex Logo

#dd8feb Color Hex

#DD8FEB
(221,143,235)
0 Favorites   0 Comments

Color spaces of #dd8feb

RGB 221143235
HSL0.810.700.74
HSV291°39°92°
CMYK 0.060.390.00   0.08
XYZ54.636741.015283.6343
Yxy41.01520.30470.2288
Hunter Lab64.043140.2072-32.5970
CIE-Lab70.186644.2432-34.5656

#dd8feb color RGB value is (221,143,235).

#dd8feb hex color red value is 221, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dd8feb hue: 0.81 , saturation: 0.70 and the lightness value of dd8feb is 0.74.

The process color (four color CMYK) of #dd8feb color hex is 0.06, 0.39, 0.00, 0.08. Web safe color of #dd8feb is #cc99ff. Color #dd8feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001111 11101011
Octal 335 217 353
Decimal 221 143 235
Hex DD 8F EB

RGB Percentages of Color #dd8feb

%36.89
%23.87
%39.23

CMYK Percentages of Color #dd8feb

%6
%39
%0
%8

Triadic Colors of #dd8feb

#dd8feb #ebdd8f #8febdd

Analogous Colors of #dd8feb

#dd8feb #eb8fcb #af8feb

Monochromatic Colors of #dd8feb

#dd8feb

Complementary Color

#dd8feb #9deb8f

#dd8feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8feb Color CSS Codes

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

#dd8feb Text Font Color

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

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


#dd8feb Background Color

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

This div background color is #dd8feb


#dd8feb Border Color

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

This div border color is #dd8feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,143,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8feb


Comments

No comments written yet.

Please login to write comment.