Color Hex Logo

#df3aae Color Hex

#DF3AAE
(223,58,174)
0 Favorites   0 Comments

Color spaces of #df3aae

RGB 22358174
HSL0.880.720.55
HSV318°74°87°
CMYK 0.000.740.22   0.13
XYZ39.584521.770142.1601
Yxy21.77010.38240.2103
Hunter Lab46.658469.7851-20.9129
CIE-Lab53.782272.6071-25.4589

#df3aae color RGB value is (223,58,174).

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

The process color (four color CMYK) of #df3aae color hex is 0.00, 0.74, 0.22, 0.13. Web safe color of #df3aae is #cc3399. Color #df3aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111010 10101110
Octal 337 72 256
Decimal 223 58 174
Hex DF 3A AE

RGB Percentages of Color #df3aae

%49.01
%12.75
%38.24

CMYK Percentages of Color #df3aae

%0
%74
%22
%13

Triadic Colors of #df3aae

#df3aae #aedf3a #3aaedf

Analogous Colors of #df3aae

#df3aae #df3a5c #be3adf

Monochromatic Colors of #df3aae

#df3aae

Complementary Color

#df3aae #3adf6b

#df3aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3aae Color CSS Codes

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

#df3aae Text Font Color

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

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


#df3aae Background Color

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

This div background color is #df3aae


#df3aae Border Color

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

This div border color is #df3aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3aae


Comments

No comments written yet.

Please login to write comment.