Color Hex Logo

#f070de Color Hex

#F070DE
(240,112,222)
0 Favorites   0 Comments

Color spaces of #f070de

RGB 240112222
HSL0.860.810.69
HSV308°53°94°
CMYK 0.000.530.08   0.06
XYZ54.914235.387573.0434
Yxy35.38750.33620.2166
Hunter Lab59.487460.6746-31.1598
CIE-Lab66.049362.7791-33.6159

#f070de color RGB value is (240,112,222).

#f070de hex color red value is 240, green value is 112 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f070de hue: 0.86 , saturation: 0.81 and the lightness value of f070de is 0.69.

The process color (four color CMYK) of #f070de color hex is 0.00, 0.53, 0.08, 0.06. Web safe color of #f070de is #ff66cc. Color #f070de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110000 11011110
Octal 360 160 336
Decimal 240 112 222
Hex F0 70 DE

RGB Percentages of Color #f070de

%41.81
%19.51
%38.68

CMYK Percentages of Color #f070de

%0
%53
%8
%6

Triadic Colors of #f070de

#f070de #def070 #70def0

Analogous Colors of #f070de

#f070de #f0709e #c270f0

Monochromatic Colors of #f070de

#f070de

Complementary Color

#f070de #70f082

#f070de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f070de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f070de Color CSS Codes

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

#f070de Text Font Color

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

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


#f070de Background Color

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

This div background color is #f070de


#f070de Border Color

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

This div border color is #f070de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,112,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f070de


Comments

No comments written yet.

Please login to write comment.