Color Hex Logo

#df52eb Color Hex

#DF52EB
(223,82,235)
0 Favorites   0 Comments

Color spaces of #df52eb

RGB 22382235
HSL0.820.790.62
HSV295°65°92°
CMYK 0.050.650.00   0.08
XYZ48.444127.720781.3946
Yxy27.72070.30750.1759
Hunter Lab52.650572.1010-54.8036
CIE-Lab59.635673.3811-51.1072

#df52eb color RGB value is (223,82,235).

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

The process color (four color CMYK) of #df52eb color hex is 0.05, 0.65, 0.00, 0.08. Web safe color of #df52eb is #cc66ff. Color #df52eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 11101011
Octal 337 122 353
Decimal 223 82 235
Hex DF 52 EB

RGB Percentages of Color #df52eb

%41.30
%15.19
%43.52

CMYK Percentages of Color #df52eb

%5
%65
%0
%8

Triadic Colors of #df52eb

#df52eb #ebdf52 #52ebdf

Analogous Colors of #df52eb

#df52eb #eb52ab #9352eb

Monochromatic Colors of #df52eb

#df52eb

Complementary Color

#df52eb #5eeb52

#df52eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df52eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df52eb Color CSS Codes

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

#df52eb Text Font Color

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

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


#df52eb Background Color

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

This div background color is #df52eb


#df52eb Border Color

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

This div border color is #df52eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df52eb


Comments

No comments written yet.

Please login to write comment.