Color Hex Logo

#f03acc Color Hex

#F03ACC
(240,58,204)
0 Favorites   0 Comments

Color spaces of #f03acc

RGB 24058204
HSL0.870.860.58
HSV312°76°94°
CMYK 0.000.760.15   0.06
XYZ48.347325.911059.5799
Yxy25.91100.36120.1936
Hunter Lab50.902880.4585-33.7648
CIE-Lab57.952580.3695-36.0806

#f03acc color RGB value is (240,58,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111010 11001100
Octal 360 72 314
Decimal 240 58 204
Hex F0 3A CC

RGB Percentages of Color #f03acc

%47.81
%11.55
%40.64

CMYK Percentages of Color #f03acc

%0
%76
%15
%6

Triadic Colors of #f03acc

#f03acc #ccf03a #3accf0

Analogous Colors of #f03acc

#f03acc #f03a71 #b93af0

Monochromatic Colors of #f03acc

#f03acc

Complementary Color

#f03acc #3af05e

#f03acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03acc Color CSS Codes

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

#f03acc Text Font Color

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

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


#f03acc Background Color

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

This div background color is #f03acc


#f03acc Border Color

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

This div border color is #f03acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03acc


Comments

No comments written yet.

Please login to write comment.