Color Hex Logo

#f841eb Color Hex

#F841EB
(248,65,235)
0 Favorites   0 Comments

Color spaces of #f841eb

RGB 24865235
HSL0.850.930.61
HSV304°74°97°
CMYK 0.000.740.05   0.03
XYZ55.597129.735281.4064
Yxy29.73520.33340.1783
Hunter Lab54.530086.5656-50.3415
CIE-Lab61.425184.4301-48.0306

#f841eb color RGB value is (248,65,235).

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

The process color (four color CMYK) of #f841eb color hex is 0.00, 0.74, 0.05, 0.03. Web safe color of #f841eb is #ff33ff. Color #f841eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000001 11101011
Octal 370 101 353
Decimal 248 65 235
Hex F8 41 EB

RGB Percentages of Color #f841eb

%45.26
%11.86
%42.88

CMYK Percentages of Color #f841eb

%0
%74
%5
%3

Triadic Colors of #f841eb

#f841eb #ebf841 #41ebf8

Analogous Colors of #f841eb

#f841eb #f84190 #aa41f8

Monochromatic Colors of #f841eb

#f841eb

Complementary Color

#f841eb #41f84e

#f841eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f841eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f841eb Color CSS Codes

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

#f841eb Text Font Color

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

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


#f841eb Background Color

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

This div background color is #f841eb


#f841eb Border Color

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

This div border color is #f841eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f841eb


Comments

No comments written yet.

Please login to write comment.