Color Hex Logo

#f387ba Color Hex

#F387BA
(243,135,186)
0 Favorites   0 Comments

Color spaces of #f387ba

RGB 243135186
HSL0.920.820.74
HSV332°44°95°
CMYK 0.000.440.23   0.05
XYZ54.489039.927851.2893
Yxy39.92780.37400.2740
Hunter Lab63.188443.3453-3.8931
CIE-Lab69.418147.1807-8.3427

#f387ba color RGB value is (243,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000111 10111010
Octal 363 207 272
Decimal 243 135 186
Hex F3 87 BA

RGB Percentages of Color #f387ba

%43.09
%23.94
%32.98

CMYK Percentages of Color #f387ba

%0
%44
%23
%5

Triadic Colors of #f387ba

#f387ba #baf387 #87baf3

Analogous Colors of #f387ba

#f387ba #f38a87 #f387f0

Monochromatic Colors of #f387ba

#f387ba

Complementary Color

#f387ba #87f3c0

#f387ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f387ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f387ba Color CSS Codes

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

#f387ba Text Font Color

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

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


#f387ba Background Color

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

This div background color is #f387ba


#f387ba Border Color

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

This div border color is #f387ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f387ba


Comments

No comments written yet.

Please login to write comment.