Color Hex Logo

#f088de Color Hex

#F088DE
(240,136,222)
0 Favorites   0 Comments

Color spaces of #f088de

RGB 240136222
HSL0.860.780.74
HSV310°43°94°
CMYK 0.000.430.08   0.06
XYZ57.924241.407574.0468
Yxy41.40750.33410.2388
Hunter Lab64.348748.0687-23.1817
CIE-Lab70.460551.2390-26.8084

#f088de color RGB value is (240,136,222).

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

The process color (four color CMYK) of #f088de color hex is 0.00, 0.43, 0.08, 0.06. Web safe color of #f088de is #ff99cc. Color #f088de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001000 11011110
Octal 360 210 336
Decimal 240 136 222
Hex F0 88 DE

RGB Percentages of Color #f088de

%40.13
%22.74
%37.12

CMYK Percentages of Color #f088de

%0
%43
%8
%6

Triadic Colors of #f088de

#f088de #def088 #88def0

Analogous Colors of #f088de

#f088de #f088aa #ce88f0

Monochromatic Colors of #f088de

#f088de

Complementary Color

#f088de #88f09a

#f088de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f088de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f088de Color CSS Codes

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

#f088de Text Font Color

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

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


#f088de Background Color

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

This div background color is #f088de


#f088de Border Color

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

This div border color is #f088de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f088de


Comments

No comments written yet.

Please login to write comment.