Color Hex Logo

#f04bbf Color Hex

#F04BBF
(240,75,191)
0 Favorites   0 Comments

Color spaces of #f04bbf

RGB 24075191
HSL0.880.850.62
HSV318°69°94°
CMYK 0.000.690.20   0.06
XYZ47.855227.319052.0411
Yxy27.31900.37620.2147
Hunter Lab52.267671.9629-22.4458
CIE-Lab59.268473.3385-26.5988

#f04bbf color RGB value is (240,75,191).

#f04bbf hex color red value is 240, green value is 75 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f04bbf hue: 0.88 , saturation: 0.85 and the lightness value of f04bbf is 0.62.

The process color (four color CMYK) of #f04bbf color hex is 0.00, 0.69, 0.20, 0.06. Web safe color of #f04bbf is #ff33cc. Color #f04bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001011 10111111
Octal 360 113 277
Decimal 240 75 191
Hex F0 4B BF

RGB Percentages of Color #f04bbf

%47.43
%14.82
%37.75

CMYK Percentages of Color #f04bbf

%0
%69
%20
%6

Triadic Colors of #f04bbf

#f04bbf #bff04b #4bbff0

Analogous Colors of #f04bbf

#f04bbf #f04b6d #cf4bf0

Monochromatic Colors of #f04bbf

#f04bbf

Complementary Color

#f04bbf #4bf07c

#f04bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04bbf Color CSS Codes

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

#f04bbf Text Font Color

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

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


#f04bbf Background Color

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

This div background color is #f04bbf


#f04bbf Border Color

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

This div border color is #f04bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,75,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f04bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04bbf


Comments

No comments written yet.

Please login to write comment.