Color Hex Logo

#f27eba Color Hex

#F27EBA
(242,126,186)
0 Favorites   0 Comments

Color spaces of #f27eba

RGB 242126186
HSL0.910.820.72
HSV329°48°95°
CMYK 0.000.480.23   0.05
XYZ52.941737.344150.8722
Yxy37.34410.37510.2646
Hunter Lab61.109847.6990-6.5804
CIE-Lab67.534451.3306-11.1675

#f27eba color RGB value is (242,126,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111110 10111010
Octal 362 176 272
Decimal 242 126 186
Hex F2 7E BA

RGB Percentages of Color #f27eba

%43.68
%22.74
%33.57

CMYK Percentages of Color #f27eba

%0
%48
%23
%5

Triadic Colors of #f27eba

#f27eba #baf27e #7ebaf2

Analogous Colors of #f27eba

#f27eba #f27e80 #f07ef2

Monochromatic Colors of #f27eba

#f27eba

Complementary Color

#f27eba #7ef2b6

#f27eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27eba Color CSS Codes

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

#f27eba Text Font Color

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

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


#f27eba Background Color

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

This div background color is #f27eba


#f27eba Border Color

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

This div border color is #f27eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27eba


Comments

No comments written yet.

Please login to write comment.