Color Hex Logo

#f076ed Color Hex

#F076ED
(240,118,237)
0 Favorites   0 Comments

Color spaces of #f076ed

RGB 240118237
HSL0.840.800.70
HSV301°51°94°
CMYK 0.000.510.01   0.06
XYZ57.699737.596684.3365
Yxy37.59660.32120.2093
Hunter Lab61.316160.6691-38.6285
CIE-Lab67.722262.4934-39.3257

#f076ed color RGB value is (240,118,237).

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

The process color (four color CMYK) of #f076ed color hex is 0.00, 0.51, 0.01, 0.06. Web safe color of #f076ed is #ff66ff. Color #f076ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110110 11101101
Octal 360 166 355
Decimal 240 118 237
Hex F0 76 ED

RGB Percentages of Color #f076ed

%40.34
%19.83
%39.83

CMYK Percentages of Color #f076ed

%0
%51
%1
%6

Triadic Colors of #f076ed

#f076ed #edf076 #76edf0

Analogous Colors of #f076ed

#f076ed #f076b0 #b676f0

Monochromatic Colors of #f076ed

#f076ed

Complementary Color

#f076ed #76f079

#f076ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f076ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f076ed Color CSS Codes

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

#f076ed Text Font Color

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

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


#f076ed Background Color

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

This div background color is #f076ed


#f076ed Border Color

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

This div border color is #f076ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f076ed


Comments

No comments written yet.

Please login to write comment.