Color Hex Logo

#df66be Color Hex

#DF66BE
(223,102,190)
0 Favorites   0 Comments

Color spaces of #df66be

RGB 223102190
HSL0.880.650.64
HSV316°54°87°
CMYK 0.000.540.15   0.13
XYZ44.477128.908451.9509
Yxy28.90840.35490.2306
Hunter Lab53.766553.5685-19.6513
CIE-Lab60.700757.5761-24.0389

#df66be color RGB value is (223,102,190).

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

The process color (four color CMYK) of #df66be color hex is 0.00, 0.54, 0.15, 0.13. Web safe color of #df66be is #cc66cc. Color #df66be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 10111110
Octal 337 146 276
Decimal 223 102 190
Hex DF 66 BE

RGB Percentages of Color #df66be

%43.30
%19.81
%36.89

CMYK Percentages of Color #df66be

%0
%54
%15
%13

Triadic Colors of #df66be

#df66be #bedf66 #66bedf

Analogous Colors of #df66be

#df66be #df6682 #c466df

Monochromatic Colors of #df66be

#df66be

Complementary Color

#df66be #66df87

#df66be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df66be Color Preview on White Background

Lorem ipsum dolor sit amet.

#df66be Color CSS Codes

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

#df66be Text Font Color

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

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


#df66be Background Color

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

This div background color is #df66be


#df66be Border Color

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

This div border color is #df66be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df66be


Comments

No comments written yet.

Please login to write comment.