Color Hex Logo

#df7dff Color Hex

#DF7DFF
(223,125,255)
0 Favorites   0 Comments

Color spaces of #df7dff

RGB 223125255
HSL0.791.000.75
HSV285°51°100°
CMYK 0.130.510.00   0.00
XYZ55.815037.575298.9187
Yxy37.57520.29020.1954
Hunter Lab61.298655.2593-52.7683
CIE-Lab67.706457.9011-49.3816

#df7dff color RGB value is (223,125,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111101 11111111
Octal 337 175 377
Decimal 223 125 255
Hex DF 7D FF

RGB Percentages of Color #df7dff

%36.98
%20.73
%42.29

CMYK Percentages of Color #df7dff

%13
%51
%0
%0

Triadic Colors of #df7dff

#df7dff #ffdf7d #7dffdf

Analogous Colors of #df7dff

#df7dff #ff7dde #9e7dff

Monochromatic Colors of #df7dff

#df7dff

Complementary Color

#df7dff #9dff7d

#df7dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7dff Color CSS Codes

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

#df7dff Text Font Color

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

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


#df7dff Background Color

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

This div background color is #df7dff


#df7dff Border Color

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

This div border color is #df7dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7dff

Related Colors


Comments

No comments written yet.

Please login to write comment.