Color Hex Logo

#f386ab Color Hex

#F386AB
(243,134,171)
0 Favorites   0 Comments

Color spaces of #f386ab

RGB 243134171
HSL0.940.820.74
HSV340°45°95°
CMYK 0.000.450.30   0.05
XYZ52.837939.045243.2797
Yxy39.04520.39090.2889
Hunter Lab62.486241.58772.6744
CIE-Lab68.784045.6753-0.8729

#f386ab color RGB value is (243,134,171).

#f386ab hex color red value is 243, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f386ab hue: 0.94 , saturation: 0.82 and the lightness value of f386ab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000110 10101011
Octal 363 206 253
Decimal 243 134 171
Hex F3 86 AB

RGB Percentages of Color #f386ab

%44.34
%24.45
%31.20

CMYK Percentages of Color #f386ab

%0
%45
%30
%5

Triadic Colors of #f386ab

#f386ab #abf386 #86abf3

Analogous Colors of #f386ab

#f386ab #f39886 #f386e2

Monochromatic Colors of #f386ab

#f386ab

Complementary Color

#f386ab #86f3ce

#f386ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f386ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f386ab Color CSS Codes

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

#f386ab Text Font Color

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

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


#f386ab Background Color

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

This div background color is #f386ab


#f386ab Border Color

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

This div border color is #f386ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f386ab


Comments

No comments written yet.

Please login to write comment.