Color Hex Logo

#f27ead Color Hex

#F27EAD
(242,126,173)
0 Favorites   0 Comments

Color spaces of #f27ead

RGB 242126173
HSL0.930.820.72
HSV336°48°95°
CMYK 0.000.480.29   0.05
XYZ51.621636.816143.9206
Yxy36.81610.39000.2782
Hunter Lab60.676345.6791-0.4438
CIE-Lab67.138849.5874-4.4317

#f27ead color RGB value is (242,126,173).

#f27ead hex color red value is 242, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f27ead hue: 0.93 , saturation: 0.82 and the lightness value of f27ead is 0.72.

The process color (four color CMYK) of #f27ead color hex is 0.00, 0.48, 0.29, 0.05. Web safe color of #f27ead is #ff6699. Color #f27ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111110 10101101
Octal 362 176 255
Decimal 242 126 173
Hex F2 7E AD

RGB Percentages of Color #f27ead

%44.73
%23.29
%31.98

CMYK Percentages of Color #f27ead

%0
%48
%29
%5

Triadic Colors of #f27ead

#f27ead #adf27e #7eadf2

Analogous Colors of #f27ead

#f27ead #f2897e #f27ee7

Monochromatic Colors of #f27ead

#f27ead

Complementary Color

#f27ead #7ef2c3

#f27ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27ead Color CSS Codes

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

#f27ead Text Font Color

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

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


#f27ead Background Color

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

This div background color is #f27ead


#f27ead Border Color

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

This div border color is #f27ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27ead


Comments

No comments written yet.

Please login to write comment.