Color Hex Logo

#dd7bdd Color Hex

#DD7BDD
(221,123,221)
0 Favorites   0 Comments

Color spaces of #dd7bdd

RGB 221123221
HSL0.830.590.67
HSV300°44°87°
CMYK 0.000.440.00   0.13
XYZ49.952934.758572.4829
Yxy34.75850.31780.2211
Hunter Lab58.956348.0670-31.6237
CIE-Lab65.560251.9479-34.0101

#dd7bdd color RGB value is (221,123,221).

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

The process color (four color CMYK) of #dd7bdd color hex is 0.00, 0.44, 0.00, 0.13. Web safe color of #dd7bdd is #cc66cc. Color #dd7bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111011 11011101
Octal 335 173 335
Decimal 221 123 221
Hex DD 7B DD

RGB Percentages of Color #dd7bdd

%39.12
%21.77
%39.12

CMYK Percentages of Color #dd7bdd

%0
%44
%0
%13

Triadic Colors of #dd7bdd

#dd7bdd #dddd7b #7bdddd

Analogous Colors of #dd7bdd

#dd7bdd #dd7bac #ac7bdd

Monochromatic Colors of #dd7bdd

#dd7bdd

Complementary Color

#dd7bdd #7bdd7b

#dd7bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7bdd Color CSS Codes

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

#dd7bdd Text Font Color

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

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


#dd7bdd Background Color

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

This div background color is #dd7bdd


#dd7bdd Border Color

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

This div border color is #dd7bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7bdd


Comments

No comments written yet.

Please login to write comment.