Color Hex Logo

#f381aa Color Hex

#F381AA
(243,129,170)
0 Favorites   0 Comments

Color spaces of #f381aa

RGB 243129170
HSL0.940.830.73
HSV338°47°95°
CMYK 0.000.470.30   0.05
XYZ52.068137.657542.5545
Yxy37.65750.39360.2847
Hunter Lab61.365744.06521.8409
CIE-Lab67.767448.0508-1.7996

#f381aa color RGB value is (243,129,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000001 10101010
Octal 363 201 252
Decimal 243 129 170
Hex F3 81 AA

RGB Percentages of Color #f381aa

%44.83
%23.80
%31.37

CMYK Percentages of Color #f381aa

%0
%47
%30
%5

Triadic Colors of #f381aa

#f381aa #aaf381 #81aaf3

Analogous Colors of #f381aa

#f381aa #f39181 #f381e3

Monochromatic Colors of #f381aa

#f381aa

Complementary Color

#f381aa #81f3ca

#f381aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f381aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f381aa Color CSS Codes

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

#f381aa Text Font Color

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

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


#f381aa Background Color

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

This div background color is #f381aa


#f381aa Border Color

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

This div border color is #f381aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,129,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f381aa


Comments

No comments written yet.

Please login to write comment.