Color Hex Logo

#df38aa Color Hex

#DF38AA
(223,56,170)
0 Favorites   0 Comments

Color spaces of #df38aa

RGB 22356170
HSL0.890.720.55
HSV319°75°87°
CMYK 0.000.750.24   0.13
XYZ39.101321.418640.1035
Yxy21.41860.38860.2129
Hunter Lab46.280269.8209-18.9808
CIE-Lab53.404672.7091-23.7000

#df38aa color RGB value is (223,56,170).

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

The process color (four color CMYK) of #df38aa color hex is 0.00, 0.75, 0.24, 0.13. Web safe color of #df38aa is #cc3399. Color #df38aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111000 10101010
Octal 337 70 252
Decimal 223 56 170
Hex DF 38 AA

RGB Percentages of Color #df38aa

%49.67
%12.47
%37.86

CMYK Percentages of Color #df38aa

%0
%75
%24
%13

Triadic Colors of #df38aa

#df38aa #aadf38 #38aadf

Analogous Colors of #df38aa

#df38aa #df3856 #c138df

Monochromatic Colors of #df38aa

#df38aa

Complementary Color

#df38aa #38df6d

#df38aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df38aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df38aa Color CSS Codes

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

#df38aa Text Font Color

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

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


#df38aa Background Color

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

This div background color is #df38aa


#df38aa Border Color

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

This div border color is #df38aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df38aa


Comments

No comments written yet.

Please login to write comment.