Color Hex Logo

#dd16eb Color Hex

#DD16EB
(221,22,235)
0 Favorites   0 Comments

Color spaces of #dd16eb

RGB 22122235
HSL0.820.840.50
HSV296°91°92°
CMYK 0.060.910.00   0.08
XYZ45.101121.944180.4558
Yxy21.94410.30580.1488
Hunter Lab46.844589.8788-69.0398
CIE-Lab53.967688.4048-60.1789

#dd16eb color RGB value is (221,22,235).

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

The process color (four color CMYK) of #dd16eb color hex is 0.06, 0.91, 0.00, 0.08. Web safe color of #dd16eb is #cc00ff. Color #dd16eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010110 11101011
Octal 335 26 353
Decimal 221 22 235
Hex DD 16 EB

RGB Percentages of Color #dd16eb

%46.23
%4.60
%49.16

CMYK Percentages of Color #dd16eb

%6
%91
%0
%8

Triadic Colors of #dd16eb

#dd16eb #ebdd16 #16ebdd

Analogous Colors of #dd16eb

#dd16eb #eb168f #7316eb

Monochromatic Colors of #dd16eb

#dd16eb

Complementary Color

#dd16eb #24eb16

#dd16eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd16eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd16eb Color CSS Codes

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

#dd16eb Text Font Color

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

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


#dd16eb Background Color

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

This div background color is #dd16eb


#dd16eb Border Color

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

This div border color is #dd16eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd16eb


Comments

No comments written yet.

Please login to write comment.