Color Hex Logo

#dd37eb Color Hex

#DD37EB
(221,55,235)
0 Favorites   0 Comments

Color spaces of #dd37eb

RGB 22155235
HSL0.820.820.57
HSV295°77°92°
CMYK 0.060.770.00   0.08
XYZ46.180424.102780.8156
Yxy24.10270.30560.1595
Hunter Lab49.094581.9894-63.2325
CIE-Lab56.190581.9101-56.6156

#dd37eb color RGB value is (221,55,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110111 11101011
Octal 335 67 353
Decimal 221 55 235
Hex DD 37 EB

RGB Percentages of Color #dd37eb

%43.25
%10.76
%45.99

CMYK Percentages of Color #dd37eb

%6
%77
%0
%8

Triadic Colors of #dd37eb

#dd37eb #ebdd37 #37ebdd

Analogous Colors of #dd37eb

#dd37eb #eb379f #8337eb

Monochromatic Colors of #dd37eb

#dd37eb

Complementary Color

#dd37eb #45eb37

#dd37eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd37eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd37eb Color CSS Codes

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

#dd37eb Text Font Color

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

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


#dd37eb Background Color

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

This div background color is #dd37eb


#dd37eb Border Color

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

This div border color is #dd37eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd37eb


Comments

No comments written yet.

Please login to write comment.