Color Hex Logo

#f840ba Color Hex

#F840BA
(248,64,186)
0 Favorites   0 Comments

Color spaces of #f840ba

RGB 24864186
HSL0.890.930.61
HSV320°74°97°
CMYK 0.000.740.25   0.03
XYZ49.407727.168449.0943
Yxy27.16840.39320.2162
Hunter Lab52.123377.9844-19.3582
CIE-Lab59.129978.1915-23.8286

#f840ba color RGB value is (248,64,186).

#f840ba hex color red value is 248, green value is 64 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f840ba hue: 0.89 , saturation: 0.93 and the lightness value of f840ba is 0.61.

The process color (four color CMYK) of #f840ba color hex is 0.00, 0.74, 0.25, 0.03. Web safe color of #f840ba is #ff33cc. Color #f840ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000000 10111010
Octal 370 100 272
Decimal 248 64 186
Hex F8 40 BA

RGB Percentages of Color #f840ba

%49.80
%12.85
%37.35

CMYK Percentages of Color #f840ba

%0
%74
%25
%3

Triadic Colors of #f840ba

#f840ba #baf840 #40baf8

Analogous Colors of #f840ba

#f840ba #f8405e #da40f8

Monochromatic Colors of #f840ba

#f840ba

Complementary Color

#f840ba #40f87e

#f840ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f840ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f840ba Color CSS Codes

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

#f840ba Text Font Color

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

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


#f840ba Background Color

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

This div background color is #f840ba


#f840ba Border Color

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

This div border color is #f840ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f840ba


Comments

No comments written yet.

Please login to write comment.