Color Hex Logo

#f07ea1 Color Hex

#F07EA1
(240,126,161)
0 Favorites   0 Comments

Color spaces of #f07ea1

RGB 240126161
HSL0.950.790.72
HSV342°48°94°
CMYK 0.000.480.33   0.06
XYZ49.829136.020238.0445
Yxy36.02020.40220.2907
Hunter Lab60.016843.17054.4280
CIE-Lab66.535447.41111.4360

#f07ea1 color RGB value is (240,126,161).

#f07ea1 hex color red value is 240, green value is 126 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #f07ea1 hue: 0.95 , saturation: 0.79 and the lightness value of f07ea1 is 0.72.

The process color (four color CMYK) of #f07ea1 color hex is 0.00, 0.48, 0.33, 0.06. Web safe color of #f07ea1 is #ff6699. Color #f07ea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111110 10100001
Octal 360 176 241
Decimal 240 126 161
Hex F0 7E A1

RGB Percentages of Color #f07ea1

%45.54
%23.91
%30.55

CMYK Percentages of Color #f07ea1

%0
%48
%33
%6

Triadic Colors of #f07ea1

#f07ea1 #a1f07e #7ea1f0

Analogous Colors of #f07ea1

#f07ea1 #f0947e #f07eda

Monochromatic Colors of #f07ea1

#f07ea1

Complementary Color

#f07ea1 #7ef0cd

#f07ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07ea1 Color CSS Codes

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

#f07ea1 Text Font Color

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

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


#f07ea1 Background Color

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

This div background color is #f07ea1


#f07ea1 Border Color

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

This div border color is #f07ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07ea1


Comments

No comments written yet.

Please login to write comment.