Color Hex Logo

#df14eb Color Hex

#DF14EB
(223,20,235)
0 Favorites   0 Comments

Color spaces of #df14eb

RGB 22320235
HSL0.820.840.50
HSV297°91°92°
CMYK 0.050.910.00   0.08
XYZ45.677022.186480.4722
Yxy22.18640.30790.1496
Hunter Lab47.102490.6689-68.3223
CIE-Lab54.224288.9518-59.7488

#df14eb color RGB value is (223,20,235).

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

The process color (four color CMYK) of #df14eb color hex is 0.05, 0.91, 0.00, 0.08. Web safe color of #df14eb is #cc00ff. Color #df14eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010100 11101011
Octal 337 24 353
Decimal 223 20 235
Hex DF 14 EB

RGB Percentages of Color #df14eb

%46.65
%4.18
%49.16

CMYK Percentages of Color #df14eb

%5
%91
%0
%8

Triadic Colors of #df14eb

#df14eb #ebdf14 #14ebdf

Analogous Colors of #df14eb

#df14eb #eb148c #7414eb

Monochromatic Colors of #df14eb

#df14eb

Complementary Color

#df14eb #20eb14

#df14eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df14eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df14eb Color CSS Codes

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

#df14eb Text Font Color

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

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


#df14eb Background Color

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

This div background color is #df14eb


#df14eb Border Color

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

This div border color is #df14eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df14eb


Comments

No comments written yet.

Please login to write comment.