Color Hex Logo

#dd50eb Color Hex

#DD50EB
(221,80,235)
0 Favorites   0 Comments

Color spaces of #dd50eb

RGB 22180235
HSL0.820.790.62
HSV295°66°92°
CMYK 0.060.660.00   0.08
XYZ47.682927.107681.3164
Yxy27.10760.30550.1736
Hunter Lab52.065072.3628-56.1552
CIE-Lab59.073873.6995-52.0176

#dd50eb color RGB value is (221,80,235).

#dd50eb hex color red value is 221, green value is 80 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dd50eb hue: 0.82 , saturation: 0.79 and the lightness value of dd50eb is 0.62.

The process color (four color CMYK) of #dd50eb color hex is 0.06, 0.66, 0.00, 0.08. Web safe color of #dd50eb is #cc66ff. Color #dd50eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010000 11101011
Octal 335 120 353
Decimal 221 80 235
Hex DD 50 EB

RGB Percentages of Color #dd50eb

%41.23
%14.93
%43.84

CMYK Percentages of Color #dd50eb

%6
%66
%0
%8

Triadic Colors of #dd50eb

#dd50eb #ebdd50 #50ebdd

Analogous Colors of #dd50eb

#dd50eb #eb50ac #9050eb

Monochromatic Colors of #dd50eb

#dd50eb

Complementary Color

#dd50eb #5eeb50

#dd50eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd50eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd50eb Color CSS Codes

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

#dd50eb Text Font Color

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

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


#dd50eb Background Color

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

This div background color is #dd50eb


#dd50eb Border Color

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

This div border color is #dd50eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd50eb


Comments

No comments written yet.

Please login to write comment.