Color Hex Logo

#f27ebf Color Hex

#F27EBF
(242,126,191)
0 Favorites   0 Comments

Color spaces of #f27ebf

RGB 242126191
HSL0.910.820.72
HSV326°48°95°
CMYK 0.000.480.21   0.05
XYZ53.482837.560553.7213
Yxy37.56050.36940.2595
Hunter Lab61.286648.5194-9.0705
CIE-Lab67.695452.0332-13.7345

#f27ebf color RGB value is (242,126,191).

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

The process color (four color CMYK) of #f27ebf color hex is 0.00, 0.48, 0.21, 0.05. Web safe color of #f27ebf is #ff66cc. Color #f27ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111110 10111111
Octal 362 176 277
Decimal 242 126 191
Hex F2 7E BF

RGB Percentages of Color #f27ebf

%43.29
%22.54
%34.17

CMYK Percentages of Color #f27ebf

%0
%48
%21
%5

Triadic Colors of #f27ebf

#f27ebf #bff27e #7ebff2

Analogous Colors of #f27ebf

#f27ebf #f27e85 #eb7ef2

Monochromatic Colors of #f27ebf

#f27ebf

Complementary Color

#f27ebf #7ef2b1

#f27ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27ebf Color CSS Codes

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

#f27ebf Text Font Color

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

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


#f27ebf Background Color

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

This div background color is #f27ebf


#f27ebf Border Color

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

This div border color is #f27ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27ebf


Comments

No comments written yet.

Please login to write comment.