Color Hex Logo

#df4fef Color Hex

#DF4FEF
(223,79,239)
0 Favorites   0 Comments

Color spaces of #df4fef

RGB 22379239
HSL0.820.830.62
HSV294°67°94°
CMYK 0.070.670.00   0.06
XYZ48.807427.511984.3993
Yxy27.51190.30370.1712
Hunter Lab52.451874.3071-58.6863
CIE-Lab59.445275.1976-53.6420

#df4fef color RGB value is (223,79,239).

#df4fef hex color red value is 223, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #df4fef hue: 0.82 , saturation: 0.83 and the lightness value of df4fef is 0.62.

The process color (four color CMYK) of #df4fef color hex is 0.07, 0.67, 0.00, 0.06. Web safe color of #df4fef is #cc66ff. Color #df4fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001111 11101111
Octal 337 117 357
Decimal 223 79 239
Hex DF 4F EF

RGB Percentages of Color #df4fef

%41.22
%14.60
%44.18

CMYK Percentages of Color #df4fef

%7
%67
%0
%6

Triadic Colors of #df4fef

#df4fef #efdf4f #4fefdf

Analogous Colors of #df4fef

#df4fef #ef4faf #8f4fef

Monochromatic Colors of #df4fef

#df4fef

Complementary Color

#df4fef #5fef4f

#df4fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4fef Color CSS Codes

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

#df4fef Text Font Color

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

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


#df4fef Background Color

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

This div background color is #df4fef


#df4fef Border Color

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

This div border color is #df4fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4fef


Comments

No comments written yet.

Please login to write comment.