Color Hex Logo

#f277ae Color Hex

#F277AE
(242,119,174)
0 Favorites   0 Comments

Color spaces of #f277ae

RGB 242119174
HSL0.930.830.71
HSV333°51°95°
CMYK 0.000.510.28   0.05
XYZ50.854835.126944.1442
Yxy35.12690.39080.2699
Hunter Lab59.268049.4428-2.6731
CIE-Lab65.847353.1242-6.9087

#f277ae color RGB value is (242,119,174).

#f277ae hex color red value is 242, green value is 119 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f277ae hue: 0.93 , saturation: 0.83 and the lightness value of f277ae is 0.71.

The process color (four color CMYK) of #f277ae color hex is 0.00, 0.51, 0.28, 0.05. Web safe color of #f277ae is #ff6699. Color #f277ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110111 10101110
Octal 362 167 256
Decimal 242 119 174
Hex F2 77 AE

RGB Percentages of Color #f277ae

%45.23
%22.24
%32.52

CMYK Percentages of Color #f277ae

%0
%51
%28
%5

Triadic Colors of #f277ae

#f277ae #aef277 #77aef2

Analogous Colors of #f277ae

#f277ae #f27e77 #f277ec

Monochromatic Colors of #f277ae

#f277ae

Complementary Color

#f277ae #77f2bb

#f277ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f277ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f277ae Color CSS Codes

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

#f277ae Text Font Color

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

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


#f277ae Background Color

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

This div background color is #f277ae


#f277ae Border Color

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

This div border color is #f277ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f277ae


Comments

No comments written yet.

Please login to write comment.