Color Hex Logo

#f26eab Color Hex

#F26EAB
(242,110,171)
0 Favorites   0 Comments

Color spaces of #f26eab

RGB 242110171
HSL0.920.840.69
HSV332°55°95°
CMYK 0.000.550.29   0.05
XYZ49.544632.969442.2805
Yxy32.96940.39700.2642
Hunter Lab57.419053.5374-3.4649
CIE-Lab64.136156.9838-7.7459

#f26eab color RGB value is (242,110,171).

#f26eab hex color red value is 242, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f26eab hue: 0.92 , saturation: 0.84 and the lightness value of f26eab is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101110 10101011
Octal 362 156 253
Decimal 242 110 171
Hex F2 6E AB

RGB Percentages of Color #f26eab

%46.27
%21.03
%32.70

CMYK Percentages of Color #f26eab

%0
%55
%29
%5

Triadic Colors of #f26eab

#f26eab #abf26e #6eabf2

Analogous Colors of #f26eab

#f26eab #f2736e #f26eed

Monochromatic Colors of #f26eab

#f26eab

Complementary Color

#f26eab #6ef2b5

#f26eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26eab Color CSS Codes

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

#f26eab Text Font Color

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

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


#f26eab Background Color

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

This div background color is #f26eab


#f26eab Border Color

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

This div border color is #f26eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26eab


Comments

No comments written yet.

Please login to write comment.