Color Hex Logo

#f088ef Color Hex

#F088EF
(240,136,239)
0 Favorites   0 Comments

Color spaces of #f088ef

RGB 240136239
HSL0.830.780.74
HSV301°43°94°
CMYK 0.000.430.00   0.06
XYZ60.319342.365686.6596
Yxy42.36560.31860.2237
Hunter Lab65.088951.5144-33.3768
CIE-Lab71.122354.1506-35.1348

#f088ef color RGB value is (240,136,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001000 11101111
Octal 360 210 357
Decimal 240 136 239
Hex F0 88 EF

RGB Percentages of Color #f088ef

%39.02
%22.11
%38.86

CMYK Percentages of Color #f088ef

%0
%43
%0
%6

Triadic Colors of #f088ef

#f088ef #eff088 #88eff0

Analogous Colors of #f088ef

#f088ef #f088bb #bd88f0

Monochromatic Colors of #f088ef

#f088ef

Complementary Color

#f088ef #88f089

#f088ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f088ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f088ef Color CSS Codes

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

#f088ef Text Font Color

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

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


#f088ef Background Color

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

This div background color is #f088ef


#f088ef Border Color

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

This div border color is #f088ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f088ef


Comments

No comments written yet.

Please login to write comment.