Color Hex Logo

#dd5ffa Color Hex

#DD5FFA
(221,95,250)
0 Favorites   0 Comments

Color spaces of #dd5ffa

RGB 22195250
HSL0.800.940.68
HSV289°62°98°
CMYK 0.120.620.00   0.02
XYZ51.166330.458793.6248
Yxy30.45870.29200.1738
Hunter Lab55.189468.9066-61.9486
CIE-Lab62.048070.3278-55.6183

#dd5ffa color RGB value is (221,95,250).

#dd5ffa hex color red value is 221, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dd5ffa hue: 0.80 , saturation: 0.94 and the lightness value of dd5ffa is 0.68.

The process color (four color CMYK) of #dd5ffa color hex is 0.12, 0.62, 0.00, 0.02. Web safe color of #dd5ffa is #cc66ff. Color #dd5ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011111 11111010
Octal 335 137 372
Decimal 221 95 250
Hex DD 5F FA

RGB Percentages of Color #dd5ffa

%39.05
%16.78
%44.17

CMYK Percentages of Color #dd5ffa

%12
%62
%0
%2

Triadic Colors of #dd5ffa

#dd5ffa #fadd5f #5ffadd

Analogous Colors of #dd5ffa

#dd5ffa #fa5fca #905ffa

Monochromatic Colors of #dd5ffa

#dd5ffa

Complementary Color

#dd5ffa #7cfa5f

#dd5ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5ffa Color CSS Codes

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

#dd5ffa Text Font Color

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

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


#dd5ffa Background Color

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

This div background color is #dd5ffa


#dd5ffa Border Color

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

This div border color is #dd5ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5ffa


Comments

No comments written yet.

Please login to write comment.