Color Hex Logo

#dd51eb Color Hex

#DD51EB
(221,81,235)
0 Favorites   0 Comments

Color spaces of #dd51eb

RGB 22181235
HSL0.820.790.62
HSV295°66°92°
CMYK 0.060.660.00   0.08
XYZ47.756627.255281.3410
Yxy27.25520.30540.1743
Hunter Lab52.206571.9238-55.8330
CIE-Lab59.209873.3179-51.8014

#dd51eb color RGB value is (221,81,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 11101011
Octal 335 121 353
Decimal 221 81 235
Hex DD 51 EB

RGB Percentages of Color #dd51eb

%41.15
%15.08
%43.76

CMYK Percentages of Color #dd51eb

%6
%66
%0
%8

Triadic Colors of #dd51eb

#dd51eb #ebdd51 #51ebdd

Analogous Colors of #dd51eb

#dd51eb #eb51ac #9051eb

Monochromatic Colors of #dd51eb

#dd51eb

Complementary Color

#dd51eb #5feb51

#dd51eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd51eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd51eb Color CSS Codes

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

#dd51eb Text Font Color

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

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


#dd51eb Background Color

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

This div background color is #dd51eb


#dd51eb Border Color

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

This div border color is #dd51eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd51eb


Comments

No comments written yet.

Please login to write comment.