Color Hex Logo

#f386ba Color Hex

#F386BA
(243,134,186)
0 Favorites   0 Comments

Color spaces of #f386ba

RGB 243134186
HSL0.920.820.74
HSV331°45°95°
CMYK 0.000.450.23   0.05
XYZ54.350239.650151.2430
Yxy39.65010.37420.2730
Hunter Lab62.968343.8751-4.1718
CIE-Lab69.219647.6833-8.6381

#f386ba color RGB value is (243,134,186).

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

The process color (four color CMYK) of #f386ba color hex is 0.00, 0.45, 0.23, 0.05. Web safe color of #f386ba is #ff99cc. Color #f386ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000110 10111010
Octal 363 206 272
Decimal 243 134 186
Hex F3 86 BA

RGB Percentages of Color #f386ba

%43.16
%23.80
%33.04

CMYK Percentages of Color #f386ba

%0
%45
%23
%5

Triadic Colors of #f386ba

#f386ba #baf386 #86baf3

Analogous Colors of #f386ba

#f386ba #f38986 #f386f1

Monochromatic Colors of #f386ba

#f386ba

Complementary Color

#f386ba #86f3bf

#f386ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f386ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f386ba Color CSS Codes

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

#f386ba Text Font Color

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

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


#f386ba Background Color

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

This div background color is #f386ba


#f386ba Border Color

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

This div border color is #f386ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f386ba


Comments

No comments written yet.

Please login to write comment.