Color Hex Logo

#df65af Color Hex

#DF65AF
(223,101,175)
0 Favorites   0 Comments

Color spaces of #df65af

RGB 223101175
HSL0.900.660.64
HSV324°55°87°
CMYK 0.000.550.22   0.13
XYZ42.823028.090543.7224
Yxy28.09050.37360.2450
Hunter Lab53.000551.4725-11.8106
CIE-Lab59.970455.8508-16.5684

#df65af color RGB value is (223,101,175).

#df65af hex color red value is 223, green value is 101 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #df65af hue: 0.90 , saturation: 0.66 and the lightness value of df65af is 0.64.

The process color (four color CMYK) of #df65af color hex is 0.00, 0.55, 0.22, 0.13. Web safe color of #df65af is #cc6699. Color #df65af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 10101111
Octal 337 145 257
Decimal 223 101 175
Hex DF 65 AF

RGB Percentages of Color #df65af

%44.69
%20.24
%35.07

CMYK Percentages of Color #df65af

%0
%55
%22
%13

Triadic Colors of #df65af

#df65af #afdf65 #65afdf

Analogous Colors of #df65af

#df65af #df6572 #d265df

Monochromatic Colors of #df65af

#df65af

Complementary Color

#df65af #65df95

#df65af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df65af Color Preview on White Background

Lorem ipsum dolor sit amet.

#df65af Color CSS Codes

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

#df65af Text Font Color

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

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


#df65af Background Color

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

This div background color is #df65af


#df65af Border Color

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

This div border color is #df65af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df65af


Comments

No comments written yet.

Please login to write comment.