color codes Logo

#f04adc color codes

#F04ADC
(240,74,220)
0 Favorites   0 Comments

Color spaces of #f04adc

RGB 24074220
HSL0.850.850.62
HSV307°69°94°
CMYK 0.000.690.08   0.06
XYZ51.302228.590170.5247
Yxy28.59010.34110.1901
Hunter Lab53.469777.6921-40.7727
CIE-Lab60.418277.7127-41.2888

#f04adc color RGB value is (240,74,220).

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

The process color (four color CMYK) of #f04adc color code is 0.00, 0.69, 0.08, 0.06. Web safe color of #f04adc is #ff33cc. Color #f04adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001010 11011100
Octal 360 112 334
Decimal 240 74 220
Hex F0 4A DC

RGB Percentages of Color #f04adc

%44.94
%13.86
%41.20

CMYK Percentages of Color #f04adc

%0
%69
%8
%6

Triadic Colors of #f04adc

#f04adc #dcf04a #4adcf0

Analogous Colors of #f04adc

#f04adc #f04a89 #b14af0

Monochromatic Colors of #f04adc

#f04adc

Complementary Color

#f04adc #4af05e

#f04adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04adc Color CSS Codes

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

#f04adc Text Font Color

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

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


#f04adc Background Color

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

This div background color is #f04adc


#f04adc Border Color

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

This div border color is #f04adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04adc


Comments

No comments written yet.

Please login to write comment.