Color Hex Logo

#dd70fb Color Hex

#DD70FB
(221,112,251)
0 Favorites   0 Comments

Color spaces of #dd70fb

RGB 221112251
HSL0.800.950.71
HSV287°55°98°
CMYK 0.120.550.00   0.02
XYZ53.025633.925595.0203
Yxy33.92550.29140.1864
Hunter Lab58.245660.5729-55.9522
CIE-Lab64.903462.8883-51.6355

#dd70fb color RGB value is (221,112,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 11111011
Octal 335 160 373
Decimal 221 112 251
Hex DD 70 FB

RGB Percentages of Color #dd70fb

%37.84
%19.18
%42.98

CMYK Percentages of Color #dd70fb

%12
%55
%0
%2

Triadic Colors of #dd70fb

#dd70fb #fbdd70 #70fbdd

Analogous Colors of #dd70fb

#dd70fb #fb70d4 #9870fb

Monochromatic Colors of #dd70fb

#dd70fb

Complementary Color

#dd70fb #8efb70

#dd70fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd70fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd70fb Color CSS Codes

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

#dd70fb Text Font Color

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

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


#dd70fb Background Color

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

This div background color is #dd70fb


#dd70fb Border Color

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

This div border color is #dd70fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd70fb


Comments

No comments written yet.

Please login to write comment.