Color Hex Logo

#df548c Color Hex

#DF548C
(223,84,140)
0 Favorites   0 Comments

Color spaces of #df548c

RGB 22384140
HSL0.930.680.60
HSV336°62°87°
CMYK 0.000.620.37   0.13
XYZ38.335423.922127.4079
Yxy23.92210.42750.2668
Hunter Lab48.910254.31381.0127
CIE-Lab56.009759.0362-2.1255

#df548c color RGB value is (223,84,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 10001100
Octal 337 124 214
Decimal 223 84 140
Hex DF 54 8C

RGB Percentages of Color #df548c

%49.89
%18.79
%31.32

CMYK Percentages of Color #df548c

%0
%62
%37
%13

Triadic Colors of #df548c

#df548c #8cdf54 #548cdf

Analogous Colors of #df548c

#df548c #df6254 #df54d2

Monochromatic Colors of #df548c

#df548c

Complementary Color

#df548c #54dfa7

#df548c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df548c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df548c Color CSS Codes

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

#df548c Text Font Color

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

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


#df548c Background Color

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

This div background color is #df548c


#df548c Border Color

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

This div border color is #df548c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df548c


Comments

No comments written yet.

Please login to write comment.