Color Hex Logo

#f077ee Color Hex

#F077EE
(240,119,238)
0 Favorites   0 Comments

Color spaces of #f077ee

RGB 240119238
HSL0.840.800.70
HSV301°50°94°
CMYK 0.000.500.01   0.06
XYZ57.964637.892085.1477
Yxy37.89200.32020.2093
Hunter Lab61.556560.3605-38.9231
CIE-Lab67.940962.1976-39.5356

#f077ee color RGB value is (240,119,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110111 11101110
Octal 360 167 356
Decimal 240 119 238
Hex F0 77 EE

RGB Percentages of Color #f077ee

%40.20
%19.93
%39.87

CMYK Percentages of Color #f077ee

%0
%50
%1
%6

Triadic Colors of #f077ee

#f077ee #eef077 #77eef0

Analogous Colors of #f077ee

#f077ee #f077b2 #b677f0

Monochromatic Colors of #f077ee

#f077ee

Complementary Color

#f077ee #77f079

#f077ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f077ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f077ee Color CSS Codes

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

#f077ee Text Font Color

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

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


#f077ee Background Color

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

This div background color is #f077ee


#f077ee Border Color

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

This div border color is #f077ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f077ee


Comments

No comments written yet.

Please login to write comment.