Color Hex Logo

#f853e0 Color Hex

#F853E0
(248,83,224)
0 Favorites   0 Comments

Color spaces of #f853e0

RGB 24883224
HSL0.860.920.65
HSV309°67°97°
CMYK 0.000.670.10   0.03
XYZ55.259231.524873.6934
Yxy31.52480.34430.1964
Hunter Lab56.147077.4205-38.5158
CIE-Lab62.948277.0161-39.4804

#f853e0 color RGB value is (248,83,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010011 11100000
Octal 370 123 340
Decimal 248 83 224
Hex F8 53 E0

RGB Percentages of Color #f853e0

%44.68
%14.95
%40.36

CMYK Percentages of Color #f853e0

%0
%67
%10
%3

Triadic Colors of #f853e0

#f853e0 #e0f853 #53e0f8

Analogous Colors of #f853e0

#f853e0 #f8538e #be53f8

Monochromatic Colors of #f853e0

#f853e0

Complementary Color

#f853e0 #53f86b

#f853e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f853e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f853e0 Color CSS Codes

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

#f853e0 Text Font Color

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

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


#f853e0 Background Color

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

This div background color is #f853e0


#f853e0 Border Color

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

This div border color is #f853e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f853e0

Related Colors


Comments

No comments written yet.

Please login to write comment.