Color Hex Logo

#dd7dfb Color Hex

#DD7DFB
(221,125,251)
0 Favorites   0 Comments

Color spaces of #dd7dfb

RGB 221125251
HSL0.790.940.74
HSV286°50°98°
CMYK 0.120.500.00   0.02
XYZ54.565037.004495.5335
Yxy37.00440.29160.1978
Hunter Lab60.831253.6580-50.5312
CIE-Lab67.280356.5881-47.8808

#dd7dfb color RGB value is (221,125,251).

#dd7dfb hex color red value is 221, green value is 125 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dd7dfb hue: 0.79 , saturation: 0.94 and the lightness value of dd7dfb is 0.74.

The process color (four color CMYK) of #dd7dfb color hex is 0.12, 0.50, 0.00, 0.02. Web safe color of #dd7dfb is #cc66ff. Color #dd7dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111101 11111011
Octal 335 175 373
Decimal 221 125 251
Hex DD 7D FB

RGB Percentages of Color #dd7dfb

%37.02
%20.94
%42.04

CMYK Percentages of Color #dd7dfb

%12
%50
%0
%2

Triadic Colors of #dd7dfb

#dd7dfb #fbdd7d #7dfbdd

Analogous Colors of #dd7dfb

#dd7dfb #fb7dda #9e7dfb

Monochromatic Colors of #dd7dfb

#dd7dfb

Complementary Color

#dd7dfb #9bfb7d

#dd7dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7dfb Color CSS Codes

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

#dd7dfb Text Font Color

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

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


#dd7dfb Background Color

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

This div background color is #dd7dfb


#dd7dfb Border Color

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

This div border color is #dd7dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7dfb


Comments

No comments written yet.

Please login to write comment.