Color Hex Logo

#dd06eb Color Hex

#DD06EB
(221,6,235)
0 Favorites   0 Comments

Color spaces of #dd06eb

RGB 2216235
HSL0.820.950.47
HSV296°97°92°
CMYK 0.060.970.00   0.08
XYZ44.879321.500680.3819
Yxy21.50060.30580.1465
Hunter Lab46.368791.6210-70.3233
CIE-Lab53.493189.8100-60.9417

#dd06eb color RGB value is (221,6,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000110 11101011
Octal 335 6 353
Decimal 221 6 235
Hex DD 6 EB

RGB Percentages of Color #dd06eb

%47.84
%1.30
%50.87

CMYK Percentages of Color #dd06eb

%6
%97
%0
%8

Triadic Colors of #dd06eb

#dd06eb #ebdd06 #06ebdd

Analogous Colors of #dd06eb

#dd06eb #eb0687 #6b06eb

Monochromatic Colors of #dd06eb

#dd06eb

Complementary Color

#dd06eb #14eb06

#dd06eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd06eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd06eb Color CSS Codes

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

#dd06eb Text Font Color

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

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


#dd06eb Background Color

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

This div background color is #dd06eb


#dd06eb Border Color

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

This div border color is #dd06eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd06eb


Comments

No comments written yet.

Please login to write comment.