Color Hex Logo

#f7818a Color Hex

#F7818A
(247,129,138)
0 Favorites   0 Comments

Color spaces of #f7818a

RGB 247129138
HSL0.990.880.74
HSV355°48°97°
CMYK 0.000.480.44   0.03
XYZ50.795537.309628.5690
Yxy37.30960.43540.3198
Hunter Lab61.081641.548015.0261
CIE-Lab67.508745.805515.9416

#f7818a color RGB value is (247,129,138).

#f7818a hex color red value is 247, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f7818a hue: 0.99 , saturation: 0.88 and the lightness value of f7818a is 0.74.

The process color (four color CMYK) of #f7818a color hex is 0.00, 0.48, 0.44, 0.03. Web safe color of #f7818a is #ff9999. Color #f7818a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000001 10001010
Octal 367 201 212
Decimal 247 129 138
Hex F7 81 8A

RGB Percentages of Color #f7818a

%48.05
%25.10
%26.85

CMYK Percentages of Color #f7818a

%0
%48
%44
%3

Triadic Colors of #f7818a

#f7818a #8af781 #818af7

Analogous Colors of #f7818a

#f7818a #f7b381 #f781c5

Monochromatic Colors of #f7818a

#f7818a

Complementary Color

#f7818a #81f7ee

#f7818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7818a Color CSS Codes

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

#f7818a Text Font Color

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

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


#f7818a Background Color

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

This div background color is #f7818a


#f7818a Border Color

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

This div border color is #f7818a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,129,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7818a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7818a;
  -webkit-box-shadow: 1px 1px 3px 2px #f7818a;
  box-shadow:         1px 1px 3px 2px #f7818a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,129,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7818a


Comments

No comments written yet.

Please login to write comment.