Color Hex Logo

#dd81ff Color Hex

#DD81FF
(221,129,255)
0 Favorites   0 Comments

Color spaces of #dd81ff

RGB 221129255
HSL0.791.000.75
HSV284°49°100°
CMYK 0.130.490.00   0.00
XYZ55.719138.292799.0622
Yxy38.29270.28860.1983
Hunter Lab61.881152.4334-51.5975
CIE-Lab68.235855.3791-48.5624

#dd81ff color RGB value is (221,129,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 11111111
Octal 335 201 377
Decimal 221 129 255
Hex DD 81 FF

RGB Percentages of Color #dd81ff

%36.53
%21.32
%42.15

CMYK Percentages of Color #dd81ff

%13
%49
%0
%0

Triadic Colors of #dd81ff

#dd81ff #ffdd81 #81ffdd

Analogous Colors of #dd81ff

#dd81ff #ff81e2 #9e81ff

Monochromatic Colors of #dd81ff

#dd81ff

Complementary Color

#dd81ff #a3ff81

#dd81ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd81ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd81ff Color CSS Codes

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

#dd81ff Text Font Color

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

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


#dd81ff Background Color

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

This div background color is #dd81ff


#dd81ff Border Color

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

This div border color is #dd81ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd81ff


Comments

No comments written yet.

Please login to write comment.