Color Hex Logo

#df4dba Color Hex

#DF4DBA
(223,77,186)
0 Favorites   0 Comments

Color spaces of #df4dba

RGB 22377186
HSL0.880.700.59
HSV315°65°87°
CMYK 0.000.650.17   0.13
XYZ41.948224.540948.9803
Yxy24.54090.36330.2125
Hunter Lab49.538864.4565-23.9445
CIE-Lab56.625367.6411-28.0280

#df4dba color RGB value is (223,77,186).

#df4dba hex color red value is 223, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #df4dba hue: 0.88 , saturation: 0.70 and the lightness value of df4dba is 0.59.

The process color (four color CMYK) of #df4dba color hex is 0.00, 0.65, 0.17, 0.13. Web safe color of #df4dba is #cc66cc. Color #df4dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001101 10111010
Octal 337 115 272
Decimal 223 77 186
Hex DF 4D BA

RGB Percentages of Color #df4dba

%45.88
%15.84
%38.27

CMYK Percentages of Color #df4dba

%0
%65
%17
%13

Triadic Colors of #df4dba

#df4dba #badf4d #4dbadf

Analogous Colors of #df4dba

#df4dba #df4d71 #bb4ddf

Monochromatic Colors of #df4dba

#df4dba

Complementary Color

#df4dba #4ddf72

#df4dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4dba Color CSS Codes

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

#df4dba Text Font Color

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

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


#df4dba Background Color

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

This div background color is #df4dba


#df4dba Border Color

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

This div border color is #df4dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4dba


Comments

No comments written yet.

Please login to write comment.