Color Hex Logo

#df548a Color Hex

#DF548A
(223,84,138)
0 Favorites   0 Comments

Color spaces of #df548a

RGB 22384138
HSL0.940.680.60
HSV337°62°87°
CMYK 0.000.620.38   0.13
XYZ38.189223.863626.6381
Yxy23.86360.43060.2691
Hunter Lab48.850454.05571.8644
CIE-Lab55.951058.8192-1.0333

#df548a color RGB value is (223,84,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 10001010
Octal 337 124 212
Decimal 223 84 138
Hex DF 54 8A

RGB Percentages of Color #df548a

%50.11
%18.88
%31.01

CMYK Percentages of Color #df548a

%0
%62
%38
%13

Triadic Colors of #df548a

#df548a #8adf54 #548adf

Analogous Colors of #df548a

#df548a #df6454 #df54d0

Monochromatic Colors of #df548a

#df548a

Complementary Color

#df548a #54dfa9

#df548a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df548a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df548a Color CSS Codes

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

#df548a Text Font Color

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

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


#df548a Background Color

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

This div background color is #df548a


#df548a Border Color

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

This div border color is #df548a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df548a


Comments

No comments written yet.

Please login to write comment.