Color Hex Logo

#dd8bff Color Hex

#DD8BFF
(221,139,255)
0 Favorites   0 Comments

Color spaces of #dd8bff

RGB 221139255
HSL0.781.000.77
HSV282°45°100°
CMYK 0.130.450.00   0.00
XYZ57.101441.057499.5230
Yxy41.05740.28890.2077
Hunter Lab64.076046.9373-47.2361
CIE-Lab70.216150.2755-45.4481

#dd8bff color RGB value is (221,139,255).

#dd8bff hex color red value is 221, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd8bff hue: 0.78 , saturation: 1.00 and the lightness value of dd8bff is 0.77.

The process color (four color CMYK) of #dd8bff color hex is 0.13, 0.45, 0.00, 0.00. Web safe color of #dd8bff is #cc99ff. Color #dd8bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001011 11111111
Octal 335 213 377
Decimal 221 139 255
Hex DD 8B FF

RGB Percentages of Color #dd8bff

%35.93
%22.60
%41.46

CMYK Percentages of Color #dd8bff

%13
%45
%0
%0

Triadic Colors of #dd8bff

#dd8bff #ffdd8b #8bffdd

Analogous Colors of #dd8bff

#dd8bff #ff8be7 #a38bff

Monochromatic Colors of #dd8bff

#dd8bff

Complementary Color

#dd8bff #adff8b

#dd8bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8bff Color CSS Codes

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

#dd8bff Text Font Color

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

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


#dd8bff Background Color

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

This div background color is #dd8bff


#dd8bff Border Color

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

This div border color is #dd8bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8bff


Comments

No comments written yet.

Please login to write comment.