Color Hex Logo

#f03bda Color Hex

#F03BDA
(240,59,218)
0 Favorites   0 Comments

Color spaces of #f03bda

RGB 24059218
HSL0.850.860.59
HSV307°75°94°
CMYK 0.000.750.09   0.06
XYZ50.154026.715168.8428
Yxy26.71510.34420.1833
Hunter Lab51.686782.7553-42.7892
CIE-Lab58.709782.0167-42.8477

#f03bda color RGB value is (240,59,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111011 11011010
Octal 360 73 332
Decimal 240 59 218
Hex F0 3B DA

RGB Percentages of Color #f03bda

%46.42
%11.41
%42.17

CMYK Percentages of Color #f03bda

%0
%75
%9
%6

Triadic Colors of #f03bda

#f03bda #daf03b #3bdaf0

Analogous Colors of #f03bda

#f03bda #f03b80 #ac3bf0

Monochromatic Colors of #f03bda

#f03bda

Complementary Color

#f03bda #3bf051

#f03bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03bda Color CSS Codes

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

#f03bda Text Font Color

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

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


#f03bda Background Color

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

This div background color is #f03bda


#f03bda Border Color

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

This div border color is #f03bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03bda


Comments

No comments written yet.

Please login to write comment.