Color Hex Logo

#dd76ff Color Hex

#DD76FF
(221,118,255)
0 Favorites   0 Comments

Color spaces of #dd76ff

RGB 221118255
HSL0.791.000.73
HSV285°54°100°
CMYK 0.130.540.00   0.00
XYZ54.347235.549098.6050
Yxy35.54900.28830.1886
Hunter Lab59.623058.3651-56.3182
CIE-Lab66.173960.8037-51.8188

#dd76ff color RGB value is (221,118,255).

#dd76ff hex color red value is 221, green value is 118 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd76ff hue: 0.79 , saturation: 1.00 and the lightness value of dd76ff is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110110 11111111
Octal 335 166 377
Decimal 221 118 255
Hex DD 76 FF

RGB Percentages of Color #dd76ff

%37.21
%19.87
%42.93

CMYK Percentages of Color #dd76ff

%13
%54
%0
%0

Triadic Colors of #dd76ff

#dd76ff #ffdd76 #76ffdd

Analogous Colors of #dd76ff

#dd76ff #ff76dd #9976ff

Monochromatic Colors of #dd76ff

#dd76ff

Complementary Color

#dd76ff #98ff76

#dd76ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd76ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd76ff Color CSS Codes

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

#dd76ff Text Font Color

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

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


#dd76ff Background Color

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

This div background color is #dd76ff


#dd76ff Border Color

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

This div border color is #dd76ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd76ff

Related Colors


Comments

No comments written yet.

Please login to write comment.