Color Hex Logo

#f853be Color Hex

#F853BE
(248,83,190)
0 Favorites   0 Comments

Color spaces of #f853be

RGB 24883190
HSL0.890.920.65
HSV321°67°97°
CMYK 0.000.670.23   0.03
XYZ51.098929.860751.7857
Yxy29.86070.38490.2249
Hunter Lab54.644971.2880-17.9362
CIE-Lab61.533872.3653-22.4367

#f853be color RGB value is (248,83,190).

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

The process color (four color CMYK) of #f853be color hex is 0.00, 0.67, 0.23, 0.03. Web safe color of #f853be is #ff66cc. Color #f853be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010011 10111110
Octal 370 123 276
Decimal 248 83 190
Hex F8 53 BE

RGB Percentages of Color #f853be

%47.60
%15.93
%36.47

CMYK Percentages of Color #f853be

%0
%67
%23
%3

Triadic Colors of #f853be

#f853be #bef853 #53bef8

Analogous Colors of #f853be

#f853be #f8536c #e053f8

Monochromatic Colors of #f853be

#f853be

Complementary Color

#f853be #53f88d

#f853be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f853be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f853be Color CSS Codes

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

#f853be Text Font Color

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

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


#f853be Background Color

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

This div background color is #f853be


#f853be Border Color

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

This div border color is #f853be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f853be

Related Colors


Comments

No comments written yet.

Please login to write comment.