Color Hex Logo

#dd82fe Color Hex

#DD82FE
(221,130,254)
0 Favorites   0 Comments

Color spaces of #dd82fe

RGB 221130254
HSL0.790.980.75
HSV284°49°100°
CMYK 0.130.490.00   0.00
XYZ55.690838.493298.2606
Yxy38.49320.28940.2000
Hunter Lab62.042951.6497-50.4707
CIE-Lab68.382654.6757-47.7852

#dd82fe color RGB value is (221,130,254).

#dd82fe hex color red value is 221, green value is 130 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd82fe hue: 0.79 , saturation: 0.98 and the lightness value of dd82fe is 0.75.

The process color (four color CMYK) of #dd82fe color hex is 0.13, 0.49, 0.00, 0.00. Web safe color of #dd82fe is #cc99ff. Color #dd82fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 11111110
Octal 335 202 376
Decimal 221 130 254
Hex DD 82 FE

RGB Percentages of Color #dd82fe

%36.53
%21.49
%41.98

CMYK Percentages of Color #dd82fe

%13
%49
%0
%0

Triadic Colors of #dd82fe

#dd82fe #fedd82 #82fedd

Analogous Colors of #dd82fe

#dd82fe #fe82e1 #9f82fe

Monochromatic Colors of #dd82fe

#dd82fe

Complementary Color

#dd82fe #a3fe82

#dd82fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd82fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd82fe Color CSS Codes

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

#dd82fe Text Font Color

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

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


#dd82fe Background Color

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

This div background color is #dd82fe


#dd82fe Border Color

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

This div border color is #dd82fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd82fe


Comments

No comments written yet.

Please login to write comment.