Color Hex Logo

#df47fd Color Hex

#DF47FD
(223,71,253)
0 Favorites   0 Comments

Color spaces of #df47fd

RGB 22371253
HSL0.810.980.64
HSV290°72°99°
CMYK 0.120.720.00   0.01
XYZ50.414327.286395.5382
Yxy27.28630.29100.1575
Hunter Lab52.236380.8605-71.8738
CIE-Lab59.238480.4356-61.7493

#df47fd color RGB value is (223,71,253).

#df47fd hex color red value is 223, green value is 71 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #df47fd hue: 0.81 , saturation: 0.98 and the lightness value of df47fd is 0.64.

The process color (four color CMYK) of #df47fd color hex is 0.12, 0.72, 0.00, 0.01. Web safe color of #df47fd is #cc33ff. Color #df47fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000111 11111101
Octal 337 107 375
Decimal 223 71 253
Hex DF 47 FD

RGB Percentages of Color #df47fd

%40.77
%12.98
%46.25

CMYK Percentages of Color #df47fd

%12
%72
%0
%1

Triadic Colors of #df47fd

#df47fd #fddf47 #47fddf

Analogous Colors of #df47fd

#df47fd #fd47c0 #8447fd

Monochromatic Colors of #df47fd

#df47fd

Complementary Color

#df47fd #65fd47

#df47fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df47fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df47fd Color CSS Codes

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

#df47fd Text Font Color

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

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


#df47fd Background Color

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

This div background color is #df47fd


#df47fd Border Color

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

This div border color is #df47fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,71,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df47fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df47fd;
  -webkit-box-shadow: 1px 1px 3px 2px #df47fd;
  box-shadow:         1px 1px 3px 2px #df47fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,71,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df47fd

Related Colors


Comments

No comments written yet.

Please login to write comment.