Color Hex Logo

#f388ba Color Hex

#F388BA
(243,136,186)
0 Favorites   0 Comments

Color spaces of #f388ba

RGB 243136186
HSL0.920.820.74
HSV332°44°95°
CMYK 0.000.440.23   0.05
XYZ54.629240.208251.3361
Yxy40.20820.37370.2751
Hunter Lab63.409942.8147-3.6137
CIE-Lab69.617646.6768-8.0461

#f388ba color RGB value is (243,136,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001000 10111010
Octal 363 210 272
Decimal 243 136 186
Hex F3 88 BA

RGB Percentages of Color #f388ba

%43.01
%24.07
%32.92

CMYK Percentages of Color #f388ba

%0
%44
%23
%5

Triadic Colors of #f388ba

#f388ba #baf388 #88baf3

Analogous Colors of #f388ba

#f388ba #f38c88 #f388f0

Monochromatic Colors of #f388ba

#f388ba

Complementary Color

#f388ba #88f3c1

#f388ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f388ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f388ba Color CSS Codes

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

#f388ba Text Font Color

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

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


#f388ba Background Color

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

This div background color is #f388ba


#f388ba Border Color

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

This div border color is #f388ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f388ba


Comments

No comments written yet.

Please login to write comment.