Color Hex Logo

#f04bda Color Hex

#F04BDA
(240,75,218)
0 Favorites   0 Comments

Color spaces of #f04bda

RGB 24075218
HSL0.860.850.62
HSV308°69°94°
CMYK 0.000.690.09   0.06
XYZ51.106128.619469.1602
Yxy28.61940.34330.1922
Hunter Lab53.497176.9022-39.2012
CIE-Lab60.444377.0809-40.1205

#f04bda color RGB value is (240,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001011 11011010
Octal 360 113 332
Decimal 240 75 218
Hex F0 4B DA

RGB Percentages of Color #f04bda

%45.03
%14.07
%40.90

CMYK Percentages of Color #f04bda

%0
%69
%9
%6

Triadic Colors of #f04bda

#f04bda #daf04b #4bdaf0

Analogous Colors of #f04bda

#f04bda #f04b88 #b44bf0

Monochromatic Colors of #f04bda

#f04bda

Complementary Color

#f04bda #4bf061

#f04bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04bda Color CSS Codes

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

#f04bda Text Font Color

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

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


#f04bda Background Color

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

This div background color is #f04bda


#f04bda Border Color

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

This div border color is #f04bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04bda


Comments

No comments written yet.

Please login to write comment.