Color Hex Logo

#f379ae Color Hex

#F379AE
(243,121,174)
0 Favorites   0 Comments

Color spaces of #f379ae

RGB 243121174
HSL0.930.840.71
HSV334°50°95°
CMYK 0.000.500.28   0.05
XYZ51.439535.785444.2405
Yxy35.78540.39130.2722
Hunter Lab59.820948.8041-1.9732
CIE-Lab66.355652.4830-6.1399

#f379ae color RGB value is (243,121,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111001 10101110
Octal 363 171 256
Decimal 243 121 174
Hex F3 79 AE

RGB Percentages of Color #f379ae

%45.17
%22.49
%32.34

CMYK Percentages of Color #f379ae

%0
%50
%28
%5

Triadic Colors of #f379ae

#f379ae #aef379 #79aef3

Analogous Colors of #f379ae

#f379ae #f38179 #f379eb

Monochromatic Colors of #f379ae

#f379ae

Complementary Color

#f379ae #79f3be

#f379ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f379ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f379ae Color CSS Codes

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

#f379ae Text Font Color

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

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


#f379ae Background Color

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

This div background color is #f379ae


#f379ae Border Color

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

This div border color is #f379ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f379ae


Comments

No comments written yet.

Please login to write comment.