Color Hex Logo

#f2859a Color Hex

#F2859A
(242,133,154)
0 Favorites   0 Comments

Color spaces of #f2859a

RGB 242133154
HSL0.970.810.74
HSV348°45°95°
CMYK 0.000.450.36   0.05
XYZ50.838237.985435.2243
Yxy37.98540.40980.3062
Hunter Lab61.632339.38159.2570
CIE-Lab68.009943.75887.5487

#f2859a color RGB value is (242,133,154).

#f2859a hex color red value is 242, green value is 133 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f2859a hue: 0.97 , saturation: 0.81 and the lightness value of f2859a is 0.74.

The process color (four color CMYK) of #f2859a color hex is 0.00, 0.45, 0.36, 0.05. Web safe color of #f2859a is #ff9999. Color #f2859a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000101 10011010
Octal 362 205 232
Decimal 242 133 154
Hex F2 85 9A

RGB Percentages of Color #f2859a

%45.75
%25.14
%29.11

CMYK Percentages of Color #f2859a

%0
%45
%36
%5

Triadic Colors of #f2859a

#f2859a #9af285 #859af2

Analogous Colors of #f2859a

#f2859a #f2a785 #f285d1

Monochromatic Colors of #f2859a

#f2859a

Complementary Color

#f2859a #85f2dd

#f2859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2859a Color CSS Codes

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

#f2859a Text Font Color

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

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


#f2859a Background Color

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

This div background color is #f2859a


#f2859a Border Color

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

This div border color is #f2859a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2859a


Comments

No comments written yet.

Please login to write comment.