Color Hex Logo

#df4adb Color Hex

#DF4ADB
(223,74,219)
0 Favorites   0 Comments

Color spaces of #df4adb

RGB 22374219
HSL0.840.700.58
HSV302°67°87°
CMYK 0.000.670.02   0.13
XYZ45.666425.700069.5715
Yxy25.70000.32400.1823
Hunter Lab50.695272.0769-45.8800
CIE-Lab57.751273.7191-45.1038

#df4adb color RGB value is (223,74,219).

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

The process color (four color CMYK) of #df4adb color hex is 0.00, 0.67, 0.02, 0.13. Web safe color of #df4adb is #cc33cc. Color #df4adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 11011011
Octal 337 112 333
Decimal 223 74 219
Hex DF 4A DB

RGB Percentages of Color #df4adb

%43.22
%14.34
%42.44

CMYK Percentages of Color #df4adb

%0
%67
%2
%13

Triadic Colors of #df4adb

#df4adb #dbdf4a #4adbdf

Analogous Colors of #df4adb

#df4adb #df4a91 #994adf

Monochromatic Colors of #df4adb

#df4adb

Complementary Color

#df4adb #4adf4e

#df4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4adb Color CSS Codes

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

#df4adb Text Font Color

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

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


#df4adb Background Color

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

This div background color is #df4adb


#df4adb Border Color

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

This div border color is #df4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4adb


Comments

No comments written yet.

Please login to write comment.