Color Hex Logo

#f078eb Color Hex

#F078EB
(240,120,235)
0 Favorites   0 Comments

Color spaces of #f078eb

RGB 240120235
HSL0.840.800.71
HSV303°50°94°
CMYK 0.000.500.02   0.06
XYZ57.647037.956482.8852
Yxy37.95640.32300.2127
Hunter Lab61.608859.2062-36.6395
CIE-Lab67.988561.2169-37.8070

#f078eb color RGB value is (240,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111000 11101011
Octal 360 170 353
Decimal 240 120 235
Hex F0 78 EB

RGB Percentages of Color #f078eb

%40.34
%20.17
%39.50

CMYK Percentages of Color #f078eb

%0
%50
%2
%6

Triadic Colors of #f078eb

#f078eb #ebf078 #78ebf0

Analogous Colors of #f078eb

#f078eb #f078af #b978f0

Monochromatic Colors of #f078eb

#f078eb

Complementary Color

#f078eb #78f07d

#f078eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f078eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f078eb Color CSS Codes

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

#f078eb Text Font Color

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

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


#f078eb Background Color

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

This div background color is #f078eb


#f078eb Border Color

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

This div border color is #f078eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f078eb


Comments

No comments written yet.

Please login to write comment.