Color Hex Logo

#f03180 Color Hex

#F03180
(240,49,128)
0 Favorites   0 Comments

Color spaces of #f03180

RGB 24049128
HSL0.930.860.57
HSV335°80°94°
CMYK 0.000.800.47   0.06
XYZ40.929822.280422.5654
Yxy22.28040.47720.2598
Hunter Lab47.202172.17684.6974
CIE-Lab54.323374.45802.8908

#f03180 color RGB value is (240,49,128).

#f03180 hex color red value is 240, green value is 49 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f03180 hue: 0.93 , saturation: 0.86 and the lightness value of f03180 is 0.57.

The process color (four color CMYK) of #f03180 color hex is 0.00, 0.80, 0.47, 0.06. Web safe color of #f03180 is #ff3399. Color #f03180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110001 10000000
Octal 360 61 200
Decimal 240 49 128
Hex F0 31 80

RGB Percentages of Color #f03180

%57.55
%11.75
%30.70

CMYK Percentages of Color #f03180

%0
%80
%47
%6

Triadic Colors of #f03180

#f03180 #80f031 #3180f0

Analogous Colors of #f03180

#f03180 #f04231 #f031e0

Monochromatic Colors of #f03180

#f03180

Complementary Color

#f03180 #31f0a1

#f03180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03180 Color CSS Codes

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

#f03180 Text Font Color

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

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


#f03180 Background Color

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

This div background color is #f03180


#f03180 Border Color

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

This div border color is #f03180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03180


Comments

No comments written yet.

Please login to write comment.