Color Hex Logo

#df75ba Color Hex

#DF75BA
(223,117,186)
0 Favorites   0 Comments

Color spaces of #df75ba

RGB 223117186
HSL0.890.620.67
HSV321°48°87°
CMYK 0.000.480.17   0.13
XYZ45.655631.955750.2161
Yxy31.95570.35720.2500
Hunter Lab56.529445.2380-13.0979
CIE-Lab63.306349.7439-17.7873

#df75ba color RGB value is (223,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110101 10111010
Octal 337 165 272
Decimal 223 117 186
Hex DF 75 BA

RGB Percentages of Color #df75ba

%42.40
%22.24
%35.36

CMYK Percentages of Color #df75ba

%0
%48
%17
%13

Triadic Colors of #df75ba

#df75ba #badf75 #75badf

Analogous Colors of #df75ba

#df75ba #df7585 #cf75df

Monochromatic Colors of #df75ba

#df75ba

Complementary Color

#df75ba #75df9a

#df75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df75ba Color CSS Codes

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

#df75ba Text Font Color

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

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


#df75ba Background Color

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

This div background color is #df75ba


#df75ba Border Color

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

This div border color is #df75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df75ba


Comments

No comments written yet.

Please login to write comment.