Color Hex Logo

#df4abe Color Hex

#DF4ABE
(223,74,190)
0 Favorites   0 Comments

Color spaces of #df4abe

RGB 22374190
HSL0.870.700.58
HSV313°67°87°
CMYK 0.000.670.15   0.13
XYZ42.174524.303251.1834
Yxy24.30320.35840.2066
Hunter Lab49.298366.4341-27.0484
CIE-Lab56.390169.3385-30.6976

#df4abe color RGB value is (223,74,190).

#df4abe hex color red value is 223, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #df4abe hue: 0.87 , saturation: 0.70 and the lightness value of df4abe is 0.58.

The process color (four color CMYK) of #df4abe color hex is 0.00, 0.67, 0.15, 0.13. Web safe color of #df4abe is #cc33cc. Color #df4abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 10111110
Octal 337 112 276
Decimal 223 74 190
Hex DF 4A BE

RGB Percentages of Color #df4abe

%45.79
%15.20
%39.01

CMYK Percentages of Color #df4abe

%0
%67
%15
%13

Triadic Colors of #df4abe

#df4abe #bedf4a #4abedf

Analogous Colors of #df4abe

#df4abe #df4a74 #b64adf

Monochromatic Colors of #df4abe

#df4abe

Complementary Color

#df4abe #4adf6b

#df4abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4abe Color CSS Codes

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

#df4abe Text Font Color

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

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


#df4abe Background Color

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

This div background color is #df4abe


#df4abe Border Color

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

This div border color is #df4abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4abe


Comments

No comments written yet.

Please login to write comment.