Color Hex Logo

#f03adb Color Hex

#F03ADB
(240,58,219)
0 Favorites   0 Comments

Color spaces of #f03adb

RGB 24058219
HSL0.850.860.58
HSV307°76°94°
CMYK 0.000.760.09   0.06
XYZ50.234426.665969.5172
Yxy26.66590.34310.1821
Hunter Lab51.639083.2763-43.6697
CIE-Lab58.663882.4303-43.4855

#f03adb color RGB value is (240,58,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111010 11011011
Octal 360 72 333
Decimal 240 58 219
Hex F0 3A DB

RGB Percentages of Color #f03adb

%46.42
%11.22
%42.36

CMYK Percentages of Color #f03adb

%0
%76
%9
%6

Triadic Colors of #f03adb

#f03adb #dbf03a #3adbf0

Analogous Colors of #f03adb

#f03adb #f03a80 #aa3af0

Monochromatic Colors of #f03adb

#f03adb

Complementary Color

#f03adb #3af04f

#f03adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03adb Color CSS Codes

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

#f03adb Text Font Color

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

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


#f03adb Background Color

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

This div background color is #f03adb


#f03adb Border Color

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

This div border color is #f03adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03adb


Comments

No comments written yet.

Please login to write comment.