Color Hex Logo

#df75bf Color Hex

#DF75BF
(223,117,191)
0 Favorites   0 Comments

Color spaces of #df75bf

RGB 223117191
HSL0.880.620.67
HSV318°48°87°
CMYK 0.000.480.14   0.13
XYZ46.196732.172153.0652
Yxy32.17210.35150.2448
Hunter Lab56.720546.1208-15.7648
CIE-Lab63.484950.5150-20.3481

#df75bf color RGB value is (223,117,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110101 10111111
Octal 337 165 277
Decimal 223 117 191
Hex DF 75 BF

RGB Percentages of Color #df75bf

%42.00
%22.03
%35.97

CMYK Percentages of Color #df75bf

%0
%48
%14
%13

Triadic Colors of #df75bf

#df75bf #bfdf75 #75bfdf

Analogous Colors of #df75bf

#df75bf #df758a #ca75df

Monochromatic Colors of #df75bf

#df75bf

Complementary Color

#df75bf #75df95

#df75bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df75bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df75bf Color CSS Codes

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

#df75bf Text Font Color

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

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


#df75bf Background Color

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

This div background color is #df75bf


#df75bf Border Color

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

This div border color is #df75bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df75bf


Comments

No comments written yet.

Please login to write comment.