Color Hex Logo

#dd55fe Color Hex

#DD55FE
(221,85,254)
0 Favorites   0 Comments

Color spaces of #dd55fe

RGB 22185254
HSL0.800.990.66
HSV288°67°100°
CMYK 0.130.670.00   0.00
XYZ50.956729.024996.6826
Yxy29.02490.28840.1643
Hunter Lab53.874874.5509-68.6883
CIE-Lab60.803675.1354-59.8122

#dd55fe color RGB value is (221,85,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 11111110
Octal 335 125 376
Decimal 221 85 254
Hex DD 55 FE

RGB Percentages of Color #dd55fe

%39.46
%15.18
%45.36

CMYK Percentages of Color #dd55fe

%13
%67
%0
%0

Triadic Colors of #dd55fe

#dd55fe #fedd55 #55fedd

Analogous Colors of #dd55fe

#dd55fe #fe55cb #8955fe

Monochromatic Colors of #dd55fe

#dd55fe

Complementary Color

#dd55fe #76fe55

#dd55fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd55fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd55fe Color CSS Codes

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

#dd55fe Text Font Color

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

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


#dd55fe Background Color

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

This div background color is #dd55fe


#dd55fe Border Color

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

This div border color is #dd55fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd55fe


Comments

No comments written yet.

Please login to write comment.