Color Hex Logo

#f388bf Color Hex

#F388BF
(243,136,191)
0 Favorites   0 Comments

Color spaces of #f388bf

RGB 243136191
HSL0.910.820.74
HSV329°44°95°
CMYK 0.000.440.21   0.05
XYZ55.170340.424654.1851
Yxy40.42460.36830.2699
Hunter Lab63.580343.6234-6.0225
CIE-Lab69.770947.3839-10.6097

#f388bf color RGB value is (243,136,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001000 10111111
Octal 363 210 277
Decimal 243 136 191
Hex F3 88 BF

RGB Percentages of Color #f388bf

%42.63
%23.86
%33.51

CMYK Percentages of Color #f388bf

%0
%44
%21
%5

Triadic Colors of #f388bf

#f388bf #bff388 #88bff3

Analogous Colors of #f388bf

#f388bf #f3888a #f288f3

Monochromatic Colors of #f388bf

#f388bf

Complementary Color

#f388bf #88f3bc

#f388bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f388bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f388bf Color CSS Codes

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

#f388bf Text Font Color

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

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


#f388bf Background Color

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

This div background color is #f388bf


#f388bf Border Color

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

This div border color is #f388bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f388bf


Comments

No comments written yet.

Please login to write comment.