Color Hex Logo

#dd69eb Color Hex

#DD69EB
(221,105,235)
0 Favorites   0 Comments

Color spaces of #dd69eb

RGB 221105235
HSL0.820.760.67
HSV294°55°92°
CMYK 0.060.550.00   0.08
XYZ49.865831.473582.0440
Yxy31.47350.30520.1926
Hunter Lab56.101260.4832-47.4364
CIE-Lab62.905363.1567-45.9511

#dd69eb color RGB value is (221,105,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101001 11101011
Octal 335 151 353
Decimal 221 105 235
Hex DD 69 EB

RGB Percentages of Color #dd69eb

%39.39
%18.72
%41.89

CMYK Percentages of Color #dd69eb

%6
%55
%0
%8

Triadic Colors of #dd69eb

#dd69eb #ebdd69 #69ebdd

Analogous Colors of #dd69eb

#dd69eb #eb69b8 #9c69eb

Monochromatic Colors of #dd69eb

#dd69eb

Complementary Color

#dd69eb #77eb69

#dd69eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd69eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd69eb Color CSS Codes

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

#dd69eb Text Font Color

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

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


#dd69eb Background Color

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

This div background color is #dd69eb


#dd69eb Border Color

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

This div border color is #dd69eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd69eb


Comments

No comments written yet.

Please login to write comment.