Color Hex Logo

#df548d Color Hex

#DF548D
(223,84,141)
0 Favorites   0 Comments

Color spaces of #df548d

RGB 22384141
HSL0.930.680.60
HSV335°62°87°
CMYK 0.000.620.37   0.13
XYZ38.409523.951727.7980
Yxy23.95170.42600.2657
Hunter Lab48.940554.44470.5818
CIE-Lab56.039459.1461-2.6706

#df548d color RGB value is (223,84,141).

#df548d hex color red value is 223, green value is 84 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #df548d hue: 0.93 , saturation: 0.68 and the lightness value of df548d is 0.60.

The process color (four color CMYK) of #df548d color hex is 0.00, 0.62, 0.37, 0.13. Web safe color of #df548d is #cc6699. Color #df548d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 10001101
Octal 337 124 215
Decimal 223 84 141
Hex DF 54 8D

RGB Percentages of Color #df548d

%49.78
%18.75
%31.47

CMYK Percentages of Color #df548d

%0
%62
%37
%13

Triadic Colors of #df548d

#df548d #8ddf54 #548ddf

Analogous Colors of #df548d

#df548d #df6054 #df54d3

Monochromatic Colors of #df548d

#df548d

Complementary Color

#df548d #54dfa6

#df548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df548d Color CSS Codes

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

#df548d Text Font Color

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

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


#df548d Background Color

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

This div background color is #df548d


#df548d Border Color

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

This div border color is #df548d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df548d


Comments

No comments written yet.

Please login to write comment.