Color Hex Logo

#dd80fe Color Hex

#DD80FE
(221,128,254)
0 Favorites   0 Comments

Color spaces of #dd80fe

RGB 221128254
HSL0.790.980.75
HSV284°50°100°
CMYK 0.130.500.00   0.00
XYZ55.427437.966398.1728
Yxy37.96630.28930.1982
Hunter Lab61.616852.7403-51.3338
CIE-Lab67.995855.6822-48.3945

#dd80fe color RGB value is (221,128,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 11111110
Octal 335 200 376
Decimal 221 128 254
Hex DD 80 FE

RGB Percentages of Color #dd80fe

%36.65
%21.23
%42.12

CMYK Percentages of Color #dd80fe

%13
%50
%0
%0

Triadic Colors of #dd80fe

#dd80fe #fedd80 #80fedd

Analogous Colors of #dd80fe

#dd80fe #fe80e0 #9e80fe

Monochromatic Colors of #dd80fe

#dd80fe

Complementary Color

#dd80fe #a1fe80

#dd80fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd80fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd80fe Color CSS Codes

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

#dd80fe Text Font Color

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

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


#dd80fe Background Color

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

This div background color is #dd80fe


#dd80fe Border Color

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

This div border color is #dd80fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd80fe

Related Colors


Comments

No comments written yet.

Please login to write comment.