Color Hex Logo

#f81688 Color Hex

#F81688
(248,22,136)
0 Favorites   0 Comments

Color spaces of #f81688

RGB 24822136
HSL0.920.940.53
HSV330°91°97°
CMYK 0.000.910.45   0.03
XYZ43.442222.307925.3087
Yxy22.30790.47710.2450
Hunter Lab47.231281.52551.2915
CIE-Lab54.352281.9060-1.6734

#f81688 color RGB value is (248,22,136).

#f81688 hex color red value is 248, green value is 22 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #f81688 hue: 0.92 , saturation: 0.94 and the lightness value of f81688 is 0.53.

The process color (four color CMYK) of #f81688 color hex is 0.00, 0.91, 0.45, 0.03. Web safe color of #f81688 is #ff0099. Color #f81688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010110 10001000
Octal 370 26 210
Decimal 248 22 136
Hex F8 16 88

RGB Percentages of Color #f81688

%61.08
%5.42
%33.50

CMYK Percentages of Color #f81688

%0
%91
%45
%3

Triadic Colors of #f81688

#f81688 #88f816 #1688f8

Analogous Colors of #f81688

#f81688 #f81617 #f716f8

Monochromatic Colors of #f81688

#f81688

Complementary Color

#f81688 #16f886

#f81688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81688 Color CSS Codes

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

#f81688 Text Font Color

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

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


#f81688 Background Color

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

This div background color is #f81688


#f81688 Border Color

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

This div border color is #f81688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81688


Comments

No comments written yet.

Please login to write comment.