Color Hex Logo

#f280ae Color Hex

#F280AE
(242,128,174)
0 Favorites   0 Comments

Color spaces of #f280ae

RGB 242128174
HSL0.930.810.73
HSV336°47°95°
CMYK 0.000.470.28   0.05
XYZ51.977137.371644.5183
Yxy37.37160.38830.2792
Hunter Lab61.132344.7862-0.3841
CIE-Lab67.554948.7284-4.3816

#f280ae color RGB value is (242,128,174).

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

The process color (four color CMYK) of #f280ae color hex is 0.00, 0.47, 0.28, 0.05. Web safe color of #f280ae is #ff9999. Color #f280ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000000 10101110
Octal 362 200 256
Decimal 242 128 174
Hex F2 80 AE

RGB Percentages of Color #f280ae

%44.49
%23.53
%31.99

CMYK Percentages of Color #f280ae

%0
%47
%28
%5

Triadic Colors of #f280ae

#f280ae #aef280 #80aef2

Analogous Colors of #f280ae

#f280ae #f28b80 #f280e7

Monochromatic Colors of #f280ae

#f280ae

Complementary Color

#f280ae #80f2c4

#f280ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f280ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f280ae Color CSS Codes

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

#f280ae Text Font Color

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

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


#f280ae Background Color

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

This div background color is #f280ae


#f280ae Border Color

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

This div border color is #f280ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,128,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 #f280ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f280ae


Comments

No comments written yet.

Please login to write comment.