Color Hex Logo

#df70be Color Hex

#DF70BE
(223,112,190)
0 Favorites   0 Comments

Color spaces of #df70be

RGB 223112190
HSL0.880.630.66
HSV318°50°87°
CMYK 0.000.500.15   0.13
XYZ45.519930.994052.2985
Yxy30.99400.35340.2406
Hunter Lab55.672348.5224-16.7264
CIE-Lab62.502652.8198-21.2801

#df70be color RGB value is (223,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 10111110
Octal 337 160 276
Decimal 223 112 190
Hex DF 70 BE

RGB Percentages of Color #df70be

%42.48
%21.33
%36.19

CMYK Percentages of Color #df70be

%0
%50
%15
%13

Triadic Colors of #df70be

#df70be #bedf70 #70bedf

Analogous Colors of #df70be

#df70be #df7087 #c970df

Monochromatic Colors of #df70be

#df70be

Complementary Color

#df70be #70df91

#df70be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df70be Color Preview on White Background

Lorem ipsum dolor sit amet.

#df70be Color CSS Codes

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

#df70be Text Font Color

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

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


#df70be Background Color

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

This div background color is #df70be


#df70be Border Color

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

This div border color is #df70be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df70be


Comments

No comments written yet.

Please login to write comment.