Color Hex Logo

#dd73fb Color Hex

#DD73FB
(221,115,251)
0 Favorites   0 Comments

Color spaces of #dd73fb

RGB 221115251
HSL0.800.940.72
HSV287°54°98°
CMYK 0.120.540.00   0.02
XYZ53.362134.598795.1325
Yxy34.59870.29140.1890
Hunter Lab58.820758.9990-54.7171
CIE-Lab65.435061.4656-50.7941

#dd73fb color RGB value is (221,115,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 11111011
Octal 335 163 373
Decimal 221 115 251
Hex DD 73 FB

RGB Percentages of Color #dd73fb

%37.65
%19.59
%42.76

CMYK Percentages of Color #dd73fb

%12
%54
%0
%2

Triadic Colors of #dd73fb

#dd73fb #fbdd73 #73fbdd

Analogous Colors of #dd73fb

#dd73fb #fb73d5 #9973fb

Monochromatic Colors of #dd73fb

#dd73fb

Complementary Color

#dd73fb #91fb73

#dd73fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd73fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd73fb Color CSS Codes

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

#dd73fb Text Font Color

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

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


#dd73fb Background Color

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

This div background color is #dd73fb


#dd73fb Border Color

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

This div border color is #dd73fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd73fb


Comments

No comments written yet.

Please login to write comment.