Color Hex Logo

#f856eb Color Hex

#F856EB
(248,86,235)
0 Favorites   0 Comments

Color spaces of #f856eb

RGB 24886235
HSL0.850.920.65
HSV305°65°97°
CMYK 0.000.650.05   0.03
XYZ57.034632.610281.8856
Yxy32.61020.33250.1901
Hunter Lab57.105378.3445-45.0445
CIE-Lab63.844077.5768-44.2154

#f856eb color RGB value is (248,86,235).

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

The process color (four color CMYK) of #f856eb color hex is 0.00, 0.65, 0.05, 0.03. Web safe color of #f856eb is #ff66ff. Color #f856eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010110 11101011
Octal 370 126 353
Decimal 248 86 235
Hex F8 56 EB

RGB Percentages of Color #f856eb

%43.59
%15.11
%41.30

CMYK Percentages of Color #f856eb

%0
%65
%5
%3

Triadic Colors of #f856eb

#f856eb #ebf856 #56ebf8

Analogous Colors of #f856eb

#f856eb #f8569a #b456f8

Monochromatic Colors of #f856eb

#f856eb

Complementary Color

#f856eb #56f863

#f856eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f856eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f856eb Color CSS Codes

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

#f856eb Text Font Color

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

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


#f856eb Background Color

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

This div background color is #f856eb


#f856eb Border Color

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

This div border color is #f856eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f856eb


Comments

No comments written yet.

Please login to write comment.