Color Hex Logo

#f81093 Color Hex

#F81093
(248,16,147)
0 Favorites   0 Comments

Color spaces of #f81093

RGB 24816147
HSL0.910.940.52
HSV326°94°97°
CMYK 0.000.940.41   0.03
XYZ44.163222.433629.6062
Yxy22.43360.45910.2332
Hunter Lab47.364183.5496-3.9059
CIE-Lab54.484183.4565-8.0457

#f81093 color RGB value is (248,16,147).

#f81093 hex color red value is 248, green value is 16 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f81093 hue: 0.91 , saturation: 0.94 and the lightness value of f81093 is 0.52.

The process color (four color CMYK) of #f81093 color hex is 0.00, 0.94, 0.41, 0.03. Web safe color of #f81093 is #ff0099. Color #f81093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010000 10010011
Octal 370 20 223
Decimal 248 16 147
Hex F8 10 93

RGB Percentages of Color #f81093

%60.34
%3.89
%35.77

CMYK Percentages of Color #f81093

%0
%94
%41
%3

Triadic Colors of #f81093

#f81093 #93f810 #1093f8

Analogous Colors of #f81093

#f81093 #f8101f #e910f8

Monochromatic Colors of #f81093

#f81093

Complementary Color

#f81093 #10f875

#f81093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81093 Color CSS Codes

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

#f81093 Text Font Color

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

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


#f81093 Background Color

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

This div background color is #f81093


#f81093 Border Color

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

This div border color is #f81093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81093


Comments

No comments written yet.

Please login to write comment.