Color Hex Logo

#f814be Color Hex

#F814BE
(248,20,190)
0 Favorites   0 Comments

Color spaces of #f814be

RGB 24820190
HSL0.880.940.53
HSV315°92°97°
CMYK 0.000.920.23   0.03
XYZ48.255824.174550.8380
Yxy24.17450.39150.1961
Hunter Lab49.167689.1466-26.8870
CIE-Lab56.262187.4038-30.5677

#f814be color RGB value is (248,20,190).

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

The process color (four color CMYK) of #f814be color hex is 0.00, 0.92, 0.23, 0.03. Web safe color of #f814be is #ff00cc. Color #f814be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010100 10111110
Octal 370 24 276
Decimal 248 20 190
Hex F8 14 BE

RGB Percentages of Color #f814be

%54.15
%4.37
%41.48

CMYK Percentages of Color #f814be

%0
%92
%23
%3

Triadic Colors of #f814be

#f814be #bef814 #14bef8

Analogous Colors of #f814be

#f814be #f8144c #c014f8

Monochromatic Colors of #f814be

#f814be

Complementary Color

#f814be #14f84e

#f814be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f814be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f814be Color CSS Codes

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

#f814be Text Font Color

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

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


#f814be Background Color

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

This div background color is #f814be


#f814be Border Color

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

This div border color is #f814be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f814be


Comments

No comments written yet.

Please login to write comment.