Color Hex Logo

#f08fed Color Hex

#F08FED
(240,143,237)
0 Favorites   0 Comments

Color spaces of #f08fed

RGB 240143237
HSL0.840.760.75
HSV302°40°94°
CMYK 0.000.400.01   0.06
XYZ61.043744.284685.4512
Yxy44.28460.32000.2321
Hunter Lab66.546747.2825-29.5504
CIE-Lab72.418350.2773-32.0347

#f08fed color RGB value is (240,143,237).

#f08fed hex color red value is 240, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f08fed hue: 0.84 , saturation: 0.76 and the lightness value of f08fed is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001111 11101101
Octal 360 217 355
Decimal 240 143 237
Hex F0 8F ED

RGB Percentages of Color #f08fed

%38.71
%23.06
%38.23

CMYK Percentages of Color #f08fed

%0
%40
%1
%6

Triadic Colors of #f08fed

#f08fed #edf08f #8fedf0

Analogous Colors of #f08fed

#f08fed #f08fbd #c38ff0

Monochromatic Colors of #f08fed

#f08fed

Complementary Color

#f08fed #8ff092

#f08fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08fed Color CSS Codes

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

#f08fed Text Font Color

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

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


#f08fed Background Color

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

This div background color is #f08fed


#f08fed Border Color

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

This div border color is #f08fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08fed


Comments

No comments written yet.

Please login to write comment.