Color Hex Logo

#f865ea Color Hex

#F865EA
(248,101,234)
0 Favorites   0 Comments

Color spaces of #f865ea

RGB 248101234
HSL0.850.910.68
HSV306°59°97°
CMYK 0.000.590.06   0.03
XYZ58.216435.204381.5687
Yxy35.20430.33270.2012
Hunter Lab59.333271.3070-39.9760
CIE-Lab65.907471.5759-40.4230

#f865ea color RGB value is (248,101,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100101 11101010
Octal 370 145 352
Decimal 248 101 234
Hex F8 65 EA

RGB Percentages of Color #f865ea

%42.54
%17.32
%40.14

CMYK Percentages of Color #f865ea

%0
%59
%6
%3

Triadic Colors of #f865ea

#f865ea #eaf865 #65eaf8

Analogous Colors of #f865ea

#f865ea #f865a1 #bd65f8

Monochromatic Colors of #f865ea

#f865ea

Complementary Color

#f865ea #65f873

#f865ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f865ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f865ea Color CSS Codes

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

#f865ea Text Font Color

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

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


#f865ea Background Color

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

This div background color is #f865ea


#f865ea Border Color

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

This div border color is #f865ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f865ea


Comments

No comments written yet.

Please login to write comment.