Color Hex Logo

#df67ae Color Hex

#DF67AE
(223,103,174)
0 Favorites   0 Comments

Color spaces of #df67ae

RGB 223103174
HSL0.900.650.64
HSV325°54°87°
CMYK 0.000.540.22   0.13
XYZ42.921728.444543.2725
Yxy28.44450.37440.2481
Hunter Lab53.333450.3200-10.7721
CIE-Lab60.288254.7753-15.5126

#df67ae color RGB value is (223,103,174).

#df67ae hex color red value is 223, green value is 103 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df67ae hue: 0.90 , saturation: 0.65 and the lightness value of df67ae is 0.64.

The process color (four color CMYK) of #df67ae color hex is 0.00, 0.54, 0.22, 0.13. Web safe color of #df67ae is #cc6699. Color #df67ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100111 10101110
Octal 337 147 256
Decimal 223 103 174
Hex DF 67 AE

RGB Percentages of Color #df67ae

%44.60
%20.60
%34.80

CMYK Percentages of Color #df67ae

%0
%54
%22
%13

Triadic Colors of #df67ae

#df67ae #aedf67 #67aedf

Analogous Colors of #df67ae

#df67ae #df6772 #d467df

Monochromatic Colors of #df67ae

#df67ae

Complementary Color

#df67ae #67df98

#df67ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df67ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df67ae Color CSS Codes

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

#df67ae Text Font Color

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

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


#df67ae Background Color

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

This div background color is #df67ae


#df67ae Border Color

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

This div border color is #df67ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df67ae


Comments

No comments written yet.

Please login to write comment.