Color Hex Logo

#f008ba Color Hex

#F008BA
(240,8,186)
0 Favorites   0 Comments

Color spaces of #f008ba

RGB 2408186
HSL0.870.940.49
HSV314°97°94°
CMYK 0.000.970.23   0.06
XYZ44.884922.244148.3822
Yxy22.24410.38860.1926
Hunter Lab47.163787.3392-27.8073
CIE-Lab54.285086.4126-31.4367

#f008ba color RGB value is (240,8,186).

#f008ba hex color red value is 240, green value is 8 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f008ba hue: 0.87 , saturation: 0.94 and the lightness value of f008ba is 0.49.

The process color (four color CMYK) of #f008ba color hex is 0.00, 0.97, 0.23, 0.06. Web safe color of #f008ba is #ff00cc. Color #f008ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001000 10111010
Octal 360 10 272
Decimal 240 8 186
Hex F0 8 BA

RGB Percentages of Color #f008ba

%55.30
%1.84
%42.86

CMYK Percentages of Color #f008ba

%0
%97
%23
%6

Triadic Colors of #f008ba

#f008ba #baf008 #08baf0

Analogous Colors of #f008ba

#f008ba #f00846 #b208f0

Monochromatic Colors of #f008ba

#f008ba

Complementary Color

#f008ba #08f03e

#f008ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f008ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f008ba Color CSS Codes

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

#f008ba Text Font Color

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

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


#f008ba Background Color

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

This div background color is #f008ba


#f008ba Border Color

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

This div border color is #f008ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f008ba


Comments

No comments written yet.

Please login to write comment.