Color Hex Logo

#f03076 Color Hex

#F03076
(240,48,118)
0 Favorites   0 Comments

Color spaces of #f03076

RGB 24048118
HSL0.940.860.56
HSV338°80°94°
CMYK 0.000.800.51   0.06
XYZ40.262121.947219.2537
Yxy21.94720.49420.2694
Hunter Lab46.847871.42328.4263
CIE-Lab53.970973.91218.3822

#f03076 color RGB value is (240,48,118).

#f03076 hex color red value is 240, green value is 48 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f03076 hue: 0.94 , saturation: 0.86 and the lightness value of f03076 is 0.56.

The process color (four color CMYK) of #f03076 color hex is 0.00, 0.80, 0.51, 0.06. Web safe color of #f03076 is #ff3366. Color #f03076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110000 01110110
Octal 360 60 166
Decimal 240 48 118
Hex F0 30 76

RGB Percentages of Color #f03076

%59.11
%11.82
%29.06

CMYK Percentages of Color #f03076

%0
%80
%51
%6

Triadic Colors of #f03076

#f03076 #76f030 #3076f0

Analogous Colors of #f03076

#f03076 #f04a30 #f030d6

Monochromatic Colors of #f03076

#f03076

Complementary Color

#f03076 #30f0aa

#f03076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03076 Color CSS Codes

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

#f03076 Text Font Color

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

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


#f03076 Background Color

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

This div background color is #f03076


#f03076 Border Color

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

This div border color is #f03076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03076


Comments

No comments written yet.

Please login to write comment.