Color Hex Logo

#df3adb Color Hex

#DF3ADB
(223,58,219)
0 Favorites   0 Comments

Color spaces of #df3adb

RGB 22358219
HSL0.840.720.55
HSV301°74°87°
CMYK 0.000.740.02   0.13
XYZ44.730723.828669.2596
Yxy23.82860.32460.1729
Hunter Lab48.814578.1412-49.9523
CIE-Lab55.915878.9372-48.0105

#df3adb color RGB value is (223,58,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111010 11011011
Octal 337 72 333
Decimal 223 58 219
Hex DF 3A DB

RGB Percentages of Color #df3adb

%44.60
%11.60
%43.80

CMYK Percentages of Color #df3adb

%0
%74
%2
%13

Triadic Colors of #df3adb

#df3adb #dbdf3a #3adbdf

Analogous Colors of #df3adb

#df3adb #df3a89 #913adf

Monochromatic Colors of #df3adb

#df3adb

Complementary Color

#df3adb #3adf3e

#df3adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3adb Color CSS Codes

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

#df3adb Text Font Color

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

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


#df3adb Background Color

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

This div background color is #df3adb


#df3adb Border Color

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

This div border color is #df3adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3adb


Comments

No comments written yet.

Please login to write comment.