Color Hex Logo

#df7aea Color Hex

#DF7AEA
(223,122,234)
0 Favorites   0 Comments

Color spaces of #df7aea

RGB 223122234
HSL0.820.730.70
HSV294°48°92°
CMYK 0.050.480.00   0.08
XYZ52.242235.547681.9498
Yxy35.54760.30780.2094
Hunter Lab59.621852.0682-39.7585
CIE-Lab66.172855.3796-40.2479

#df7aea color RGB value is (223,122,234).

#df7aea hex color red value is 223, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #df7aea hue: 0.82 , saturation: 0.73 and the lightness value of df7aea is 0.70.

The process color (four color CMYK) of #df7aea color hex is 0.05, 0.48, 0.00, 0.08. Web safe color of #df7aea is #cc66ff. Color #df7aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111010 11101010
Octal 337 172 352
Decimal 223 122 234
Hex DF 7A EA

RGB Percentages of Color #df7aea

%38.51
%21.07
%40.41

CMYK Percentages of Color #df7aea

%5
%48
%0
%8

Triadic Colors of #df7aea

#df7aea #eadf7a #7aeadf

Analogous Colors of #df7aea

#df7aea #ea7abd #a77aea

Monochromatic Colors of #df7aea

#df7aea

Complementary Color

#df7aea #85ea7a

#df7aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7aea Color CSS Codes

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

#df7aea Text Font Color

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

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


#df7aea Background Color

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

This div background color is #df7aea


#df7aea Border Color

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

This div border color is #df7aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7aea


Comments

No comments written yet.

Please login to write comment.