Color Hex Logo

#f384bb Color Hex

#F384BB
(243,132,187)
0 Favorites   0 Comments

Color spaces of #f384bb

RGB 243132187
HSL0.920.820.74
HSV330°46°95°
CMYK 0.000.460.23   0.05
XYZ54.183139.145151.7137
Yxy39.14510.37360.2699
Hunter Lab62.566045.0930-5.2097
CIE-Lab68.856248.8237-9.7395

#f384bb color RGB value is (243,132,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000100 10111011
Octal 363 204 273
Decimal 243 132 187
Hex F3 84 BB

RGB Percentages of Color #f384bb

%43.24
%23.49
%33.27

CMYK Percentages of Color #f384bb

%0
%46
%23
%5

Triadic Colors of #f384bb

#f384bb #bbf384 #84bbf3

Analogous Colors of #f384bb

#f384bb #f38584 #f384f3

Monochromatic Colors of #f384bb

#f384bb

Complementary Color

#f384bb #84f3bc

#f384bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f384bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f384bb Color CSS Codes

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

#f384bb Text Font Color

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

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


#f384bb Background Color

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

This div background color is #f384bb


#f384bb Border Color

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

This div border color is #f384bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f384bb


Comments

No comments written yet.

Please login to write comment.