Color Hex Logo

#df49eb Color Hex

#DF49EB
(223,73,235)
0 Favorites   0 Comments

Color spaces of #df49eb

RGB 22373235
HSL0.820.800.60
HSV296°69°92°
CMYK 0.050.690.00   0.08
XYZ47.809426.451281.1830
Yxy26.45120.30760.1702
Hunter Lab51.430775.9277-57.5873
CIE-Lab58.462976.6838-52.9716

#df49eb color RGB value is (223,73,235).

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

The process color (four color CMYK) of #df49eb color hex is 0.05, 0.69, 0.00, 0.08. Web safe color of #df49eb is #cc33ff. Color #df49eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 11101011
Octal 337 111 353
Decimal 223 73 235
Hex DF 49 EB

RGB Percentages of Color #df49eb

%42.00
%13.75
%44.26

CMYK Percentages of Color #df49eb

%5
%69
%0
%8

Triadic Colors of #df49eb

#df49eb #ebdf49 #49ebdf

Analogous Colors of #df49eb

#df49eb #eb49a6 #8e49eb

Monochromatic Colors of #df49eb

#df49eb

Complementary Color

#df49eb #55eb49

#df49eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df49eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df49eb Color CSS Codes

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

#df49eb Text Font Color

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

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


#df49eb Background Color

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

This div background color is #df49eb


#df49eb Border Color

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

This div border color is #df49eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df49eb


Comments

No comments written yet.

Please login to write comment.