Color Hex Logo

#f088dc Color Hex

#F088DC
(240,136,220)
0 Favorites   0 Comments

Color spaces of #f088dc

RGB 240136220
HSL0.870.780.74
HSV312°43°94°
CMYK 0.000.430.08   0.06
XYZ57.657641.300972.6431
Yxy41.30090.33600.2407
Hunter Lab64.265847.6805-22.0327
CIE-Lab70.386250.9077-25.8180

#f088dc color RGB value is (240,136,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001000 11011100
Octal 360 210 334
Decimal 240 136 220
Hex F0 88 DC

RGB Percentages of Color #f088dc

%40.27
%22.82
%36.91

CMYK Percentages of Color #f088dc

%0
%43
%8
%6

Triadic Colors of #f088dc

#f088dc #dcf088 #88dcf0

Analogous Colors of #f088dc

#f088dc #f088a8 #d088f0

Monochromatic Colors of #f088dc

#f088dc

Complementary Color

#f088dc #88f09c

#f088dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f088dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f088dc Color CSS Codes

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

#f088dc Text Font Color

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

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


#f088dc Background Color

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

This div background color is #f088dc


#f088dc Border Color

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

This div border color is #f088dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f088dc


Comments

No comments written yet.

Please login to write comment.