Color Hex Logo

#df42ef Color Hex

#DF42EF
(223,66,239)
0 Favorites   0 Comments

Color spaces of #df42ef

RGB 22366239
HSL0.820.840.60
HSV294°72°94°
CMYK 0.070.720.00   0.06
XYZ47.959625.816484.1167
Yxy25.81640.30370.1635
Hunter Lab50.809879.5696-62.5889
CIE-Lab57.862479.6882-56.1657

#df42ef color RGB value is (223,66,239).

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

The process color (four color CMYK) of #df42ef color hex is 0.07, 0.72, 0.00, 0.06. Web safe color of #df42ef is #cc33ff. Color #df42ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000010 11101111
Octal 337 102 357
Decimal 223 66 239
Hex DF 42 EF

RGB Percentages of Color #df42ef

%42.23
%12.50
%45.27

CMYK Percentages of Color #df42ef

%7
%72
%0
%6

Triadic Colors of #df42ef

#df42ef #efdf42 #42efdf

Analogous Colors of #df42ef

#df42ef #ef42a9 #8942ef

Monochromatic Colors of #df42ef

#df42ef

Complementary Color

#df42ef #52ef42

#df42ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df42ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df42ef Color CSS Codes

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

#df42ef Text Font Color

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

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


#df42ef Background Color

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

This div background color is #df42ef


#df42ef Border Color

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

This div border color is #df42ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df42ef


Comments

No comments written yet.

Please login to write comment.