Color Hex Logo

#df74ba Color Hex

#DF74BA
(223,116,186)
0 Favorites   0 Comments

Color spaces of #df74ba

RGB 223116186
HSL0.890.630.66
HSV321°48°87°
CMYK 0.000.480.17   0.13
XYZ45.539731.723950.1775
Yxy31.72390.35730.2489
Hunter Lab56.324045.7559-13.3931
CIE-Lab63.114050.2409-18.0791

#df74ba color RGB value is (223,116,186).

#df74ba hex color red value is 223, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #df74ba hue: 0.89 , saturation: 0.63 and the lightness value of df74ba is 0.66.

The process color (four color CMYK) of #df74ba color hex is 0.00, 0.48, 0.17, 0.13. Web safe color of #df74ba is #cc66cc. Color #df74ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110100 10111010
Octal 337 164 272
Decimal 223 116 186
Hex DF 74 BA

RGB Percentages of Color #df74ba

%42.48
%22.10
%35.43

CMYK Percentages of Color #df74ba

%0
%48
%17
%13

Triadic Colors of #df74ba

#df74ba #badf74 #74badf

Analogous Colors of #df74ba

#df74ba #df7485 #cf74df

Monochromatic Colors of #df74ba

#df74ba

Complementary Color

#df74ba #74df99

#df74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df74ba Color CSS Codes

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

#df74ba Text Font Color

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

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


#df74ba Background Color

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

This div background color is #df74ba


#df74ba Border Color

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

This div border color is #df74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df74ba


Comments

No comments written yet.

Please login to write comment.