Color Hex Logo

#df48fd Color Hex

#DF48FD
(223,72,253)
0 Favorites   0 Comments

Color spaces of #df48fd

RGB 22372253
HSL0.810.980.64
HSV290°72°99°
CMYK 0.120.720.00   0.01
XYZ50.478427.414695.5595
Yxy27.41460.29100.1581
Hunter Lab52.359080.4607-71.5580
CIE-Lab59.356180.0996-61.5606

#df48fd color RGB value is (223,72,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 11111101
Octal 337 110 375
Decimal 223 72 253
Hex DF 48 FD

RGB Percentages of Color #df48fd

%40.69
%13.14
%46.17

CMYK Percentages of Color #df48fd

%12
%72
%0
%1

Triadic Colors of #df48fd

#df48fd #fddf48 #48fddf

Analogous Colors of #df48fd

#df48fd #fd48c1 #8548fd

Monochromatic Colors of #df48fd

#df48fd

Complementary Color

#df48fd #66fd48

#df48fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df48fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df48fd Color CSS Codes

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

#df48fd Text Font Color

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

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


#df48fd Background Color

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

This div background color is #df48fd


#df48fd Border Color

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

This div border color is #df48fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df48fd


Comments

No comments written yet.

Please login to write comment.