Color Hex Logo

#f380ae Color Hex

#F380AE
(243,128,174)
0 Favorites   0 Comments

Color spaces of #f380ae

RGB 243128174
HSL0.930.830.73
HSV336°47°95°
CMYK 0.000.470.28   0.05
XYZ52.321337.549044.5344
Yxy37.54900.38930.2794
Hunter Lab61.277245.1763-0.1961
CIE-Lab67.686949.0600-4.1719

#f380ae color RGB value is (243,128,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000000 10101110
Octal 363 200 256
Decimal 243 128 174
Hex F3 80 AE

RGB Percentages of Color #f380ae

%44.59
%23.49
%31.93

CMYK Percentages of Color #f380ae

%0
%47
%28
%5

Triadic Colors of #f380ae

#f380ae #aef380 #80aef3

Analogous Colors of #f380ae

#f380ae #f38c80 #f380e8

Monochromatic Colors of #f380ae

#f380ae

Complementary Color

#f380ae #80f3c5

#f380ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f380ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f380ae Color CSS Codes

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

#f380ae Text Font Color

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

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


#f380ae Background Color

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

This div background color is #f380ae


#f380ae Border Color

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

This div border color is #f380ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f380ae


Comments

No comments written yet.

Please login to write comment.