Color Hex Logo

#df13ee Color Hex

#DF13EE
(223,19,238)
0 Favorites   0 Comments

Color spaces of #df13ee

RGB 22319238
HSL0.820.870.50
HSV296°92°93°
CMYK 0.060.920.00   0.07
XYZ46.096922.326882.7688
Yxy22.32680.30490.1477
Hunter Lab47.251291.4496-70.7809
CIE-Lab54.372089.5111-61.1980

#df13ee color RGB value is (223,19,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 11101110
Octal 337 23 356
Decimal 223 19 238
Hex DF 13 EE

RGB Percentages of Color #df13ee

%46.46
%3.96
%49.58

CMYK Percentages of Color #df13ee

%6
%92
%0
%7

Triadic Colors of #df13ee

#df13ee #eedf13 #13eedf

Analogous Colors of #df13ee

#df13ee #ee1390 #7213ee

Monochromatic Colors of #df13ee

#df13ee

Complementary Color

#df13ee #22ee13

#df13ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df13ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df13ee Color CSS Codes

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

#df13ee Text Font Color

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

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


#df13ee Background Color

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

This div background color is #df13ee


#df13ee Border Color

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

This div border color is #df13ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df13ee


Comments

No comments written yet.

Please login to write comment.