Color Hex Logo

#f03adc Color Hex

#F03ADC
(240,58,220)
0 Favorites   0 Comments

Color spaces of #f03adc

RGB 24058220
HSL0.850.860.58
HSV307°76°94°
CMYK 0.000.760.08   0.06
XYZ50.366526.718770.2128
Yxy26.71870.34190.1814
Hunter Lab51.690183.4714-44.3529
CIE-Lab58.713082.5721-43.9731

#f03adc color RGB value is (240,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111010 11011100
Octal 360 72 334
Decimal 240 58 220
Hex F0 3A DC

RGB Percentages of Color #f03adc

%46.33
%11.20
%42.47

CMYK Percentages of Color #f03adc

%0
%76
%8
%6

Triadic Colors of #f03adc

#f03adc #dcf03a #3adcf0

Analogous Colors of #f03adc

#f03adc #f03a81 #a93af0

Monochromatic Colors of #f03adc

#f03adc

Complementary Color

#f03adc #3af04e

#f03adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03adc Color CSS Codes

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

#f03adc Text Font Color

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

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


#f03adc Background Color

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

This div background color is #f03adc


#f03adc Border Color

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

This div border color is #f03adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03adc


Comments

No comments written yet.

Please login to write comment.