Color Hex Logo

#f80390 Color Hex

#F80390
(248,3,144)
0 Favorites   0 Comments

Color spaces of #f80390

RGB 2483144
HSL0.900.980.49
HSV325°99°97°
CMYK 0.000.990.42   0.03
XYZ43.778022.035228.3314
Yxy22.03520.46500.2341
Hunter Lab46.941784.3220-2.9250
CIE-Lab54.064384.1365-6.8823

#f80390 color RGB value is (248,3,144).

#f80390 hex color red value is 248, green value is 3 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #f80390 hue: 0.90 , saturation: 0.98 and the lightness value of f80390 is 0.49.

The process color (four color CMYK) of #f80390 color hex is 0.00, 0.99, 0.42, 0.03. Web safe color of #f80390 is #ff0099. Color #f80390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000011 10010000
Octal 370 3 220
Decimal 248 3 144
Hex F8 3 90

RGB Percentages of Color #f80390

%62.78
%0.76
%36.46

CMYK Percentages of Color #f80390

%0
%99
%42
%3

Triadic Colors of #f80390

#f80390 #90f803 #0390f8

Analogous Colors of #f80390

#f80390 #f80316 #e603f8

Monochromatic Colors of #f80390

#f80390

Complementary Color

#f80390 #03f86b

#f80390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80390 Color CSS Codes

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

#f80390 Text Font Color

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

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


#f80390 Background Color

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

This div background color is #f80390


#f80390 Border Color

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

This div border color is #f80390


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,3,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80390


Comments

No comments written yet.

Please login to write comment.