Color Hex Logo

#df65bb Color Hex

#DF65BB
(223,101,187)
0 Favorites   0 Comments

Color spaces of #df65bb

RGB 223101187
HSL0.880.660.64
HSV318°55°87°
CMYK 0.000.550.16   0.13
XYZ44.054728.583250.2089
Yxy28.58320.35860.2327
Hunter Lab53.463353.5266-18.2567
CIE-Lab60.412057.5877-22.7700

#df65bb color RGB value is (223,101,187).

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

The process color (four color CMYK) of #df65bb color hex is 0.00, 0.55, 0.16, 0.13. Web safe color of #df65bb is #cc66cc. Color #df65bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 10111011
Octal 337 145 273
Decimal 223 101 187
Hex DF 65 BB

RGB Percentages of Color #df65bb

%43.64
%19.77
%36.59

CMYK Percentages of Color #df65bb

%0
%55
%16
%13

Triadic Colors of #df65bb

#df65bb #bbdf65 #65bbdf

Analogous Colors of #df65bb

#df65bb #df657e #c665df

Monochromatic Colors of #df65bb

#df65bb

Complementary Color

#df65bb #65df89

#df65bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df65bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df65bb Color CSS Codes

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

#df65bb Text Font Color

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

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


#df65bb Background Color

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

This div background color is #df65bb


#df65bb Border Color

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

This div border color is #df65bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df65bb


Comments

No comments written yet.

Please login to write comment.