Color Hex Logo

#f865ed Color Hex

#F865ED
(248,101,237)
0 Favorites   0 Comments

Color spaces of #f865ed

RGB 248101237
HSL0.850.910.68
HSV304°59°97°
CMYK 0.000.590.04   0.03
XYZ58.651135.378283.8582
Yxy35.37820.32970.1989
Hunter Lab59.479671.9245-41.9552
CIE-Lab66.042172.0498-41.8746

#f865ed color RGB value is (248,101,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100101 11101101
Octal 370 145 355
Decimal 248 101 237
Hex F8 65 ED

RGB Percentages of Color #f865ed

%42.32
%17.24
%40.44

CMYK Percentages of Color #f865ed

%0
%59
%4
%3

Triadic Colors of #f865ed

#f865ed #edf865 #65edf8

Analogous Colors of #f865ed

#f865ed #f865a4 #ba65f8

Monochromatic Colors of #f865ed

#f865ed

Complementary Color

#f865ed #65f870

#f865ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f865ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f865ed Color CSS Codes

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

#f865ed Text Font Color

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

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


#f865ed Background Color

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

This div background color is #f865ed


#f865ed Border Color

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

This div border color is #f865ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f865ed


Comments

No comments written yet.

Please login to write comment.