Color Hex Logo

#dd76fa Color Hex

#DD76FA
(221,118,250)
0 Favorites   0 Comments

Color spaces of #dd76fa

RGB 221118250
HSL0.800.930.72
HSV287°53°98°
CMYK 0.120.530.00   0.02
XYZ53.552535.231194.4202
Yxy35.23110.29230.1923
Hunter Lab59.355857.1752-52.7665
CIE-Lab65.928259.8299-49.4654

#dd76fa color RGB value is (221,118,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 11111010
Octal 335 166 372
Decimal 221 118 250
Hex DD 76 FA

RGB Percentages of Color #dd76fa

%37.52
%20.03
%42.44

CMYK Percentages of Color #dd76fa

%12
%53
%0
%2

Triadic Colors of #dd76fa

#dd76fa #fadd76 #76fadd

Analogous Colors of #dd76fa

#dd76fa #fa76d5 #9b76fa

Monochromatic Colors of #dd76fa

#dd76fa

Complementary Color

#dd76fa #93fa76

#dd76fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd76fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd76fa Color CSS Codes

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

#dd76fa Text Font Color

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

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


#dd76fa Background Color

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

This div background color is #dd76fa


#dd76fa Border Color

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

This div border color is #dd76fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd76fa


Comments

No comments written yet.

Please login to write comment.