Color Hex Logo

#f20380 Color Hex

#F20380
(242,3,128)
0 Favorites   0 Comments

Color spaces of #f20380

RGB 2423128
HSL0.910.980.48
HSV329°99°95°
CMYK 0.000.990.47   0.05
XYZ40.546820.500922.2421
Yxy20.50090.48680.2461
Hunter Lab45.277980.61212.5692
CIE-Lab52.398981.57130.1409

#f20380 color RGB value is (242,3,128).

#f20380 hex color red value is 242, green value is 3 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f20380 hue: 0.91 , saturation: 0.98 and the lightness value of f20380 is 0.48.

The process color (four color CMYK) of #f20380 color hex is 0.00, 0.99, 0.47, 0.05. Web safe color of #f20380 is #ff0099. Color #f20380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000011 10000000
Octal 362 3 200
Decimal 242 3 128
Hex F2 3 80

RGB Percentages of Color #f20380

%64.88
%0.80
%34.32

CMYK Percentages of Color #f20380

%0
%99
%47
%5

Triadic Colors of #f20380

#f20380 #80f203 #0380f2

Analogous Colors of #f20380

#f20380 #f20308 #ed03f2

Monochromatic Colors of #f20380

#f20380

Complementary Color

#f20380 #03f275

#f20380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20380 Color CSS Codes

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

#f20380 Text Font Color

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

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


#f20380 Background Color

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

This div background color is #f20380


#f20380 Border Color

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

This div border color is #f20380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20380


Comments

No comments written yet.

Please login to write comment.