Color Hex Logo

#df13ef Color Hex

#DF13EF
(223,19,239)
0 Favorites   0 Comments

Color spaces of #df13ef

RGB 22319239
HSL0.820.870.51
HSV296°92°94°
CMYK 0.070.920.00   0.06
XYZ46.244322.385783.5449
Yxy22.38570.30390.1471
Hunter Lab47.313591.6674-71.5731
CIE-Lab54.433989.6629-61.6602

#df13ef color RGB value is (223,19,239).

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

The process color (four color CMYK) of #df13ef color hex is 0.07, 0.92, 0.00, 0.06. Web safe color of #df13ef is #cc00ff. Color #df13ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 11101111
Octal 337 23 357
Decimal 223 19 239
Hex DF 13 EF

RGB Percentages of Color #df13ef

%46.36
%3.95
%49.69

CMYK Percentages of Color #df13ef

%7
%92
%0
%6

Triadic Colors of #df13ef

#df13ef #efdf13 #13efdf

Analogous Colors of #df13ef

#df13ef #ef1391 #7113ef

Monochromatic Colors of #df13ef

#df13ef

Complementary Color

#df13ef #23ef13

#df13ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df13ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df13ef Color CSS Codes

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

#df13ef Text Font Color

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

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


#df13ef Background Color

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

This div background color is #df13ef


#df13ef Border Color

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

This div border color is #df13ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df13ef


Comments

No comments written yet.

Please login to write comment.