Color Hex Logo

#f08edc Color Hex

#F08EDC
(240,142,220)
0 Favorites   0 Comments

Color spaces of #f08edc

RGB 240142220
HSL0.870.770.75
HSV312°41°94°
CMYK 0.000.410.08   0.06
XYZ58.526443.038672.9327
Yxy43.03860.33540.2466
Hunter Lab65.603844.4366-19.9909
CIE-Lab71.581247.8724-23.9897

#f08edc color RGB value is (240,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001110 11011100
Octal 360 216 334
Decimal 240 142 220
Hex F0 8E DC

RGB Percentages of Color #f08edc

%39.87
%23.59
%36.54

CMYK Percentages of Color #f08edc

%0
%41
%8
%6

Triadic Colors of #f08edc

#f08edc #dcf08e #8edcf0

Analogous Colors of #f08edc

#f08edc #f08eab #d38ef0

Monochromatic Colors of #f08edc

#f08edc

Complementary Color

#f08edc #8ef0a2

#f08edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08edc Color CSS Codes

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

#f08edc Text Font Color

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

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


#f08edc Background Color

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

This div background color is #f08edc


#f08edc Border Color

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

This div border color is #f08edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08edc


Comments

No comments written yet.

Please login to write comment.