Color Hex Logo

#f04bbe Color Hex

#F04BBE
(240,75,190)
0 Favorites   0 Comments

Color spaces of #f04bbe

RGB 24075190
HSL0.880.850.62
HSV318°69°94°
CMYK 0.000.690.21   0.06
XYZ47.745527.275151.4634
Yxy27.27510.37750.2156
Hunter Lab52.225671.7930-21.8668
CIE-Lab59.228173.2082-26.0875

#f04bbe color RGB value is (240,75,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001011 10111110
Octal 360 113 276
Decimal 240 75 190
Hex F0 4B BE

RGB Percentages of Color #f04bbe

%47.52
%14.85
%37.62

CMYK Percentages of Color #f04bbe

%0
%69
%21
%6

Triadic Colors of #f04bbe

#f04bbe #bef04b #4bbef0

Analogous Colors of #f04bbe

#f04bbe #f04b6c #d04bf0

Monochromatic Colors of #f04bbe

#f04bbe

Complementary Color

#f04bbe #4bf07d

#f04bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04bbe Color CSS Codes

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

#f04bbe Text Font Color

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

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


#f04bbe Background Color

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

This div background color is #f04bbe


#f04bbe Border Color

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

This div border color is #f04bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04bbe


Comments

No comments written yet.

Please login to write comment.