Color Hex Logo

#df68be Color Hex

#DF68BE
(223,104,190)
0 Favorites   0 Comments

Color spaces of #df68be

RGB 223104190
HSL0.880.650.64
HSV317°53°87°
CMYK 0.000.530.15   0.13
XYZ44.676029.306352.0172
Yxy29.30630.35460.2326
Hunter Lab54.135352.5732-19.0755
CIE-Lab61.051056.6439-23.5014

#df68be color RGB value is (223,104,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 10111110
Octal 337 150 276
Decimal 223 104 190
Hex DF 68 BE

RGB Percentages of Color #df68be

%43.13
%20.12
%36.75

CMYK Percentages of Color #df68be

%0
%53
%15
%13

Triadic Colors of #df68be

#df68be #bedf68 #68bedf

Analogous Colors of #df68be

#df68be #df6883 #c568df

Monochromatic Colors of #df68be

#df68be

Complementary Color

#df68be #68df89

#df68be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df68be Color Preview on White Background

Lorem ipsum dolor sit amet.

#df68be Color CSS Codes

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

#df68be Text Font Color

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

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


#df68be Background Color

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

This div background color is #df68be


#df68be Border Color

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

This div border color is #df68be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df68be


Comments

No comments written yet.

Please login to write comment.