Color Hex Logo

#df52dd Color Hex

#DF52DD
(223,82,221)
0 Favorites   0 Comments

Color spaces of #df52dd

RGB 22382221
HSL0.840.690.60
HSV301°63°87°
CMYK 0.000.630.01   0.13
XYZ46.499926.943071.1563
Yxy26.94300.32160.1863
Hunter Lab51.906669.0703-44.9431
CIE-Lab58.921571.0427-44.3842

#df52dd color RGB value is (223,82,221).

#df52dd hex color red value is 223, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #df52dd hue: 0.84 , saturation: 0.69 and the lightness value of df52dd is 0.60.

The process color (four color CMYK) of #df52dd color hex is 0.00, 0.63, 0.01, 0.13. Web safe color of #df52dd is #cc66cc. Color #df52dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 11011101
Octal 337 122 335
Decimal 223 82 221
Hex DF 52 DD

RGB Percentages of Color #df52dd

%42.40
%15.59
%42.02

CMYK Percentages of Color #df52dd

%0
%63
%1
%13

Triadic Colors of #df52dd

#df52dd #dddf52 #52dddf

Analogous Colors of #df52dd

#df52dd #df5297 #9b52df

Monochromatic Colors of #df52dd

#df52dd

Complementary Color

#df52dd #52df54

#df52dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df52dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df52dd Color CSS Codes

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

#df52dd Text Font Color

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

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


#df52dd Background Color

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

This div background color is #df52dd


#df52dd Border Color

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

This div border color is #df52dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df52dd


Comments

No comments written yet.

Please login to write comment.