Color Hex Logo

#dd7bde Color Hex

#DD7BDE
(221,123,222)
0 Favorites   0 Comments

Color spaces of #dd7bde

RGB 221123222
HSL0.830.600.68
HSV299°45°87°
CMYK 0.000.450.00   0.13
XYZ50.086634.812073.1868
Yxy34.81200.31680.2202
Hunter Lab59.001748.2759-32.2432
CIE-Lab65.602052.1273-34.5015

#dd7bde color RGB value is (221,123,222).

#dd7bde hex color red value is 221, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dd7bde hue: 0.83 , saturation: 0.60 and the lightness value of dd7bde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111011 11011110
Octal 335 173 336
Decimal 221 123 222
Hex DD 7B DE

RGB Percentages of Color #dd7bde

%39.05
%21.73
%39.22

CMYK Percentages of Color #dd7bde

%0
%45
%0
%13

Triadic Colors of #dd7bde

#dd7bde #dedd7b #7bdedd

Analogous Colors of #dd7bde

#dd7bde #de7bae #ac7bde

Monochromatic Colors of #dd7bde

#dd7bde

Complementary Color

#dd7bde #7cde7b

#dd7bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7bde Color CSS Codes

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

#dd7bde Text Font Color

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

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


#dd7bde Background Color

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

This div background color is #dd7bde


#dd7bde Border Color

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

This div border color is #dd7bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7bde


Comments

No comments written yet.

Please login to write comment.