Color Hex Logo

#f844be Color Hex

#F844BE
(248,68,190)
0 Favorites   0 Comments

Color spaces of #f844be

RGB 24868190
HSL0.890.930.62
HSV319°73°97°
CMYK 0.000.730.23   0.03
XYZ50.072827.808451.4436
Yxy27.80840.38720.2150
Hunter Lab52.733777.2092-20.9260
CIE-Lab59.715277.4643-25.2276

#f844be color RGB value is (248,68,190).

#f844be hex color red value is 248, green value is 68 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f844be hue: 0.89 , saturation: 0.93 and the lightness value of f844be is 0.62.

The process color (four color CMYK) of #f844be color hex is 0.00, 0.73, 0.23, 0.03. Web safe color of #f844be is #ff33cc. Color #f844be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000100 10111110
Octal 370 104 276
Decimal 248 68 190
Hex F8 44 BE

RGB Percentages of Color #f844be

%49.01
%13.44
%37.55

CMYK Percentages of Color #f844be

%0
%73
%23
%3

Triadic Colors of #f844be

#f844be #bef844 #44bef8

Analogous Colors of #f844be

#f844be #f84464 #d844f8

Monochromatic Colors of #f844be

#f844be

Complementary Color

#f844be #44f87e

#f844be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f844be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f844be Color CSS Codes

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

#f844be Text Font Color

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

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


#f844be Background Color

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

This div background color is #f844be


#f844be Border Color

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

This div border color is #f844be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,68,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 #f844be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f844be

Related Colors


Comments

No comments written yet.

Please login to write comment.