Color Hex Logo

#dd70fa Color Hex

#DD70FA
(221,112,250)
0 Favorites   0 Comments

Color spaces of #dd70fa

RGB 221112250
HSL0.800.930.71
HSV287°55°98°
CMYK 0.120.550.00   0.02
XYZ52.868333.862694.1922
Yxy33.86260.29220.1872
Hunter Lab58.191660.3358-55.2361
CIE-Lab64.853462.6965-51.1649

#dd70fa color RGB value is (221,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 11111010
Octal 335 160 372
Decimal 221 112 250
Hex DD 70 FA

RGB Percentages of Color #dd70fa

%37.91
%19.21
%42.88

CMYK Percentages of Color #dd70fa

%12
%55
%0
%2

Triadic Colors of #dd70fa

#dd70fa #fadd70 #70fadd

Analogous Colors of #dd70fa

#dd70fa #fa70d2 #9870fa

Monochromatic Colors of #dd70fa

#dd70fa

Complementary Color

#dd70fa #8dfa70

#dd70fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd70fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd70fa Color CSS Codes

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

#dd70fa Text Font Color

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

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


#dd70fa Background Color

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

This div background color is #dd70fa


#dd70fa Border Color

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

This div border color is #dd70fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd70fa

Related Colors


Comments

No comments written yet.

Please login to write comment.