Color Hex Logo

#df6adb Color Hex

#DF6ADB
(223,106,219)
0 Favorites   0 Comments

Color spaces of #df6adb

RGB 223106219
HSL0.840.650.65
HSV302°52°87°
CMYK 0.000.520.02   0.13
XYZ48.371631.110570.4733
Yxy31.11050.32260.2075
Hunter Lab55.776857.1921-35.8685
CIE-Lab62.600860.4005-37.4835

#df6adb color RGB value is (223,106,219).

#df6adb hex color red value is 223, green value is 106 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #df6adb hue: 0.84 , saturation: 0.65 and the lightness value of df6adb is 0.65.

The process color (four color CMYK) of #df6adb color hex is 0.00, 0.52, 0.02, 0.13. Web safe color of #df6adb is #cc66cc. Color #df6adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101010 11011011
Octal 337 152 333
Decimal 223 106 219
Hex DF 6A DB

RGB Percentages of Color #df6adb

%40.69
%19.34
%39.96

CMYK Percentages of Color #df6adb

%0
%52
%2
%13

Triadic Colors of #df6adb

#df6adb #dbdf6a #6adbdf

Analogous Colors of #df6adb

#df6adb #df6aa1 #a96adf

Monochromatic Colors of #df6adb

#df6adb

Complementary Color

#df6adb #6adf6e

#df6adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6adb Color CSS Codes

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

#df6adb Text Font Color

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

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


#df6adb Background Color

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

This div background color is #df6adb


#df6adb Border Color

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

This div border color is #df6adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6adb


Comments

No comments written yet.

Please login to write comment.