Color Hex Logo

#df548e Color Hex

#DF548E
(223,84,142)
0 Favorites   0 Comments

Color spaces of #df548e

RGB 22384142
HSL0.930.680.60
HSV335°62°87°
CMYK 0.000.620.36   0.13
XYZ38.484223.981628.1918
Yxy23.98160.42450.2645
Hunter Lab48.971054.57620.1474
CIE-Lab56.069459.2565-3.2153

#df548e color RGB value is (223,84,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 10001110
Octal 337 124 216
Decimal 223 84 142
Hex DF 54 8E

RGB Percentages of Color #df548e

%49.67
%18.71
%31.63

CMYK Percentages of Color #df548e

%0
%62
%36
%13

Triadic Colors of #df548e

#df548e #8edf54 #548edf

Analogous Colors of #df548e

#df548e #df6054 #df54d4

Monochromatic Colors of #df548e

#df548e

Complementary Color

#df548e #54dfa5

#df548e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df548e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df548e Color CSS Codes

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

#df548e Text Font Color

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

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


#df548e Background Color

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

This div background color is #df548e


#df548e Border Color

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

This div border color is #df548e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df548e


Comments

No comments written yet.

Please login to write comment.