Color Hex Logo

#dd71fc Color Hex

#DD71FC
(221,113,252)
0 Favorites   0 Comments

Color spaces of #dd71fc

RGB 221113252
HSL0.800.960.72
HSV287°55°99°
CMYK 0.120.550.00   0.01
XYZ53.294634.210795.8898
Yxy34.21070.29060.1865
Hunter Lab58.489960.2876-56.2585
CIE-Lab65.129562.6087-51.8269

#dd71fc color RGB value is (221,113,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110001 11111100
Octal 335 161 374
Decimal 221 113 252
Hex DD 71 FC

RGB Percentages of Color #dd71fc

%37.71
%19.28
%43.00

CMYK Percentages of Color #dd71fc

%12
%55
%0
%1

Triadic Colors of #dd71fc

#dd71fc #fcdd71 #71fcdd

Analogous Colors of #dd71fc

#dd71fc #fc71d6 #9871fc

Monochromatic Colors of #dd71fc

#dd71fc

Complementary Color

#dd71fc #90fc71

#dd71fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd71fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd71fc Color CSS Codes

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

#dd71fc Text Font Color

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

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


#dd71fc Background Color

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

This div background color is #dd71fc


#dd71fc Border Color

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

This div border color is #dd71fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd71fc


Comments

No comments written yet.

Please login to write comment.