Color Hex Logo

#df51d1 Color Hex

#DF51D1
(223,81,209)
0 Favorites   0 Comments

Color spaces of #df51d1

RGB 22381209
HSL0.850.690.60
HSV306°64°87°
CMYK 0.000.640.06   0.13
XYZ44.882526.176363.0086
Yxy26.17630.33480.1952
Hunter Lab51.162867.0541-37.2036
CIE-Lab58.204069.5135-38.7266

#df51d1 color RGB value is (223,81,209).

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

The process color (four color CMYK) of #df51d1 color hex is 0.00, 0.64, 0.06, 0.13. Web safe color of #df51d1 is #cc66cc. Color #df51d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010001 11010001
Octal 337 121 321
Decimal 223 81 209
Hex DF 51 D1

RGB Percentages of Color #df51d1

%43.47
%15.79
%40.74

CMYK Percentages of Color #df51d1

%0
%64
%6
%13

Triadic Colors of #df51d1

#df51d1 #d1df51 #51d1df

Analogous Colors of #df51d1

#df51d1 #df518a #a651df

Monochromatic Colors of #df51d1

#df51d1

Complementary Color

#df51d1 #51df5f

#df51d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df51d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df51d1 Color CSS Codes

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

#df51d1 Text Font Color

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

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


#df51d1 Background Color

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

This div background color is #df51d1


#df51d1 Border Color

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

This div border color is #df51d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df51d1


Comments

No comments written yet.

Please login to write comment.