Color Hex Logo

#f865eb Color Hex

#F865EB
(248,101,235)
0 Favorites   0 Comments

Color spaces of #f865eb

RGB 248101235
HSL0.850.910.68
HSV305°59°97°
CMYK 0.000.590.05   0.03
XYZ58.360535.262082.3276
Yxy35.26200.33170.2004
Hunter Lab59.381871.5118-40.6330
CIE-Lab65.952171.7332-40.9074

#f865eb color RGB value is (248,101,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100101 11101011
Octal 370 145 353
Decimal 248 101 235
Hex F8 65 EB

RGB Percentages of Color #f865eb

%42.47
%17.29
%40.24

CMYK Percentages of Color #f865eb

%0
%59
%5
%3

Triadic Colors of #f865eb

#f865eb #ebf865 #65ebf8

Analogous Colors of #f865eb

#f865eb #f865a2 #bc65f8

Monochromatic Colors of #f865eb

#f865eb

Complementary Color

#f865eb #65f872

#f865eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f865eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f865eb Color CSS Codes

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

#f865eb Text Font Color

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

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


#f865eb Background Color

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

This div background color is #f865eb


#f865eb Border Color

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

This div border color is #f865eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f865eb


Comments

No comments written yet.

Please login to write comment.