Color Hex Logo

#dd31eb Color Hex

#DD31EB
(221,49,235)
0 Favorites   0 Comments

Color spaces of #dd31eb

RGB 22149235
HSL0.820.820.56
HSV295°79°92°
CMYK 0.060.790.00   0.08
XYZ45.912523.566980.7263
Yxy23.56690.30570.1569
Hunter Lab48.545883.8626-64.6108
CIE-Lab55.651583.4715-57.4781

#dd31eb color RGB value is (221,49,235).

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

The process color (four color CMYK) of #dd31eb color hex is 0.06, 0.79, 0.00, 0.08. Web safe color of #dd31eb is #cc33ff. Color #dd31eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110001 11101011
Octal 335 61 353
Decimal 221 49 235
Hex DD 31 EB

RGB Percentages of Color #dd31eb

%43.76
%9.70
%46.53

CMYK Percentages of Color #dd31eb

%6
%79
%0
%8

Triadic Colors of #dd31eb

#dd31eb #ebdd31 #31ebdd

Analogous Colors of #dd31eb

#dd31eb #eb319c #8031eb

Monochromatic Colors of #dd31eb

#dd31eb

Complementary Color

#dd31eb #3feb31

#dd31eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd31eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd31eb Color CSS Codes

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

#dd31eb Text Font Color

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

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


#dd31eb Background Color

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

This div background color is #dd31eb


#dd31eb Border Color

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

This div border color is #dd31eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd31eb


Comments

No comments written yet.

Please login to write comment.