Color Hex Logo

#dd55ff Color Hex

#DD55FF
(221,85,255)
0 Favorites   0 Comments

Color spaces of #dd55ff

RGB 22185255
HSL0.801.000.67
HSV288°67°100°
CMYK 0.130.670.00   0.00
XYZ51.117329.089297.5283
Yxy29.08920.28760.1637
Hunter Lab53.934474.7914-69.4586
CIE-Lab60.860375.3174-60.2733

#dd55ff color RGB value is (221,85,255).

#dd55ff hex color red value is 221, green value is 85 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd55ff hue: 0.80 , saturation: 1.00 and the lightness value of dd55ff is 0.67.

The process color (four color CMYK) of #dd55ff color hex is 0.13, 0.67, 0.00, 0.00. Web safe color of #dd55ff is #cc66ff. Color #dd55ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 11111111
Octal 335 125 377
Decimal 221 85 255
Hex DD 55 FF

RGB Percentages of Color #dd55ff

%39.39
%15.15
%45.45

CMYK Percentages of Color #dd55ff

%13
%67
%0
%0

Triadic Colors of #dd55ff

#dd55ff #ffdd55 #55ffdd

Analogous Colors of #dd55ff

#dd55ff #ff55cc #8855ff

Monochromatic Colors of #dd55ff

#dd55ff

Complementary Color

#dd55ff #77ff55

#dd55ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd55ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd55ff Color CSS Codes

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

#dd55ff Text Font Color

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

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


#dd55ff Background Color

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

This div background color is #dd55ff


#dd55ff Border Color

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

This div border color is #dd55ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,85,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd55ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd55ff

Related Colors


Comments

No comments written yet.

Please login to write comment.