Color Hex Logo

#df48ba Color Hex

#DF48BA
(223,72,186)
0 Favorites   0 Comments

Color spaces of #df48ba

RGB 22372186
HSL0.870.700.58
HSV315°68°87°
CMYK 0.000.680.17   0.13
XYZ41.611723.867948.8682
Yxy23.86790.36390.2087
Hunter Lab48.854866.5402-25.1079
CIE-Lab55.955369.5086-29.0663

#df48ba color RGB value is (223,72,186).

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

The process color (four color CMYK) of #df48ba color hex is 0.00, 0.68, 0.17, 0.13. Web safe color of #df48ba is #cc33cc. Color #df48ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 10111010
Octal 337 110 272
Decimal 223 72 186
Hex DF 48 BA

RGB Percentages of Color #df48ba

%46.36
%14.97
%38.67

CMYK Percentages of Color #df48ba

%0
%68
%17
%13

Triadic Colors of #df48ba

#df48ba #badf48 #48badf

Analogous Colors of #df48ba

#df48ba #df486f #b948df

Monochromatic Colors of #df48ba

#df48ba

Complementary Color

#df48ba #48df6d

#df48ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df48ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df48ba Color CSS Codes

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

#df48ba Text Font Color

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

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


#df48ba Background Color

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

This div background color is #df48ba


#df48ba Border Color

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

This div border color is #df48ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,72,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 #df48ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df48ba


Comments

No comments written yet.

Please login to write comment.