Color Hex Logo

#f395ba Color Hex

#F395BA
(243,149,186)
0 Favorites   0 Comments

Color spaces of #f395ba

RGB 243149186
HSL0.930.800.77
HSV336°39°95°
CMYK 0.000.390.23   0.05
XYZ56.572544.094751.9838
Yxy44.09470.37060.2889
Hunter Lab66.403835.86570.0679
CIE-Lab72.291740.0222-4.0874

#f395ba color RGB value is (243,149,186).

#f395ba hex color red value is 243, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f395ba hue: 0.93 , saturation: 0.80 and the lightness value of f395ba is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010101 10111010
Octal 363 225 272
Decimal 243 149 186
Hex F3 95 BA

RGB Percentages of Color #f395ba

%42.04
%25.78
%32.18

CMYK Percentages of Color #f395ba

%0
%39
%23
%5

Triadic Colors of #f395ba

#f395ba #baf395 #95baf3

Analogous Colors of #f395ba

#f395ba #f39f95 #f395e9

Monochromatic Colors of #f395ba

#f395ba

Complementary Color

#f395ba #95f3ce

#f395ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f395ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f395ba Color CSS Codes

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

#f395ba Text Font Color

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

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


#f395ba Background Color

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

This div background color is #f395ba


#f395ba Border Color

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

This div border color is #f395ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f395ba


Comments

No comments written yet.

Please login to write comment.