Color Hex Logo

#f07eff Color Hex

#F07EFF
(240,126,255)
0 Favorites   0 Comments

Color spaces of #f07eff

RGB 240126255
HSL0.811.000.75
HSV293°51°100°
CMYK 0.060.510.00   0.00
XYZ61.446040.667099.2187
Yxy40.66700.30520.2020
Hunter Lab63.770760.3943-47.6079
CIE-Lab69.942061.8968-45.7227

#f07eff color RGB value is (240,126,255).

#f07eff hex color red value is 240, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f07eff hue: 0.81 , saturation: 1.00 and the lightness value of f07eff is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111110 11111111
Octal 360 176 377
Decimal 240 126 255
Hex F0 7E FF

RGB Percentages of Color #f07eff

%38.65
%20.29
%41.06

CMYK Percentages of Color #f07eff

%6
%51
%0
%0

Triadic Colors of #f07eff

#f07eff #fff07e #7efff0

Analogous Colors of #f07eff

#f07eff #ff7ece #b07eff

Monochromatic Colors of #f07eff

#f07eff

Complementary Color

#f07eff #8dff7e

#f07eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07eff Color CSS Codes

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

#f07eff Text Font Color

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

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


#f07eff Background Color

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

This div background color is #f07eff


#f07eff Border Color

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

This div border color is #f07eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07eff


Comments

No comments written yet.

Please login to write comment.