Color Hex Logo

#f385ba Color Hex

#F385BA
(243,133,186)
0 Favorites   0 Comments

Color spaces of #f385ba

RGB 243133186
HSL0.920.820.74
HSV331°45°95°
CMYK 0.000.450.23   0.05
XYZ54.212639.374951.1972
Yxy39.37490.37440.2720
Hunter Lab62.749444.4043-4.4501
CIE-Lab69.022048.1845-8.9325

#f385ba color RGB value is (243,133,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000101 10111010
Octal 363 205 272
Decimal 243 133 186
Hex F3 85 BA

RGB Percentages of Color #f385ba

%43.24
%23.67
%33.10

CMYK Percentages of Color #f385ba

%0
%45
%23
%5

Triadic Colors of #f385ba

#f385ba #baf385 #85baf3

Analogous Colors of #f385ba

#f385ba #f38785 #f385f1

Monochromatic Colors of #f385ba

#f385ba

Complementary Color

#f385ba #85f3be

#f385ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f385ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f385ba Color CSS Codes

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

#f385ba Text Font Color

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

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


#f385ba Background Color

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

This div background color is #f385ba


#f385ba Border Color

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

This div border color is #f385ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f385ba


Comments

No comments written yet.

Please login to write comment.