Color Hex Logo

#df3af9 Color Hex

#DF3AF9
(223,58,249)
0 Favorites   0 Comments

Color spaces of #df3af9

RGB 22358249
HSL0.810.940.60
HSV292°77°98°
CMYK 0.100.770.00   0.02
XYZ49.043425.553691.9700
Yxy25.55360.29440.1534
Hunter Lab50.550684.7145-72.4848
CIE-Lab57.610983.7484-62.1414

#df3af9 color RGB value is (223,58,249).

#df3af9 hex color red value is 223, green value is 58 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #df3af9 hue: 0.81 , saturation: 0.94 and the lightness value of df3af9 is 0.60.

The process color (four color CMYK) of #df3af9 color hex is 0.10, 0.77, 0.00, 0.02. Web safe color of #df3af9 is #cc33ff. Color #df3af9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111010 11111001
Octal 337 72 371
Decimal 223 58 249
Hex DF 3A F9

RGB Percentages of Color #df3af9

%42.08
%10.94
%46.98

CMYK Percentages of Color #df3af9

%10
%77
%0
%2

Triadic Colors of #df3af9

#df3af9 #f9df3a #3af9df

Analogous Colors of #df3af9

#df3af9 #f93ab4 #803af9

Monochromatic Colors of #df3af9

#df3af9

Complementary Color

#df3af9 #54f93a

#df3af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3af9 Color CSS Codes

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

#df3af9 Text Font Color

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

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


#df3af9 Background Color

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

This div background color is #df3af9


#df3af9 Border Color

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

This div border color is #df3af9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3af9


Comments

No comments written yet.

Please login to write comment.