Color Hex Logo

#dd4bde Color Hex

#DD4BDE
(221,75,222)
0 Favorites   0 Comments

Color spaces of #dd4bde

RGB 22175222
HSL0.830.690.58
HSV300°66°87°
CMYK 0.000.660.00   0.13
XYZ45.519725.678271.6645
Yxy25.67820.31860.1797
Hunter Lab50.673771.6661-48.3785
CIE-Lab57.730373.3892-46.8502

#dd4bde color RGB value is (221,75,222).

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

The process color (four color CMYK) of #dd4bde color hex is 0.00, 0.66, 0.00, 0.13. Web safe color of #dd4bde is #cc33cc. Color #dd4bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001011 11011110
Octal 335 113 336
Decimal 221 75 222
Hex DD 4B DE

RGB Percentages of Color #dd4bde

%42.66
%14.48
%42.86

CMYK Percentages of Color #dd4bde

%0
%66
%0
%13

Triadic Colors of #dd4bde

#dd4bde #dedd4b #4bdedd

Analogous Colors of #dd4bde

#dd4bde #de4b96 #944bde

Monochromatic Colors of #dd4bde

#dd4bde

Complementary Color

#dd4bde #4cde4b

#dd4bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4bde Color CSS Codes

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

#dd4bde Text Font Color

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

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


#dd4bde Background Color

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

This div background color is #dd4bde


#dd4bde Border Color

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

This div border color is #dd4bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,75,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 #dd4bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4bde


Comments

No comments written yet.

Please login to write comment.