Color Hex Logo

#f861ea Color Hex

#F861EA
(248,97,234)
0 Favorites   0 Comments

Color spaces of #f861ea

RGB 24897234
HSL0.850.920.68
HSV306°61°97°
CMYK 0.000.610.06   0.03
XYZ57.837434.446481.4423
Yxy34.44640.33290.1983
Hunter Lab58.691173.1944-41.1897
CIE-Lab65.315473.2044-41.3499

#f861ea color RGB value is (248,97,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100001 11101010
Octal 370 141 352
Decimal 248 97 234
Hex F8 61 EA

RGB Percentages of Color #f861ea

%42.83
%16.75
%40.41

CMYK Percentages of Color #f861ea

%0
%61
%6
%3

Triadic Colors of #f861ea

#f861ea #eaf861 #61eaf8

Analogous Colors of #f861ea

#f861ea #f8619f #bb61f8

Monochromatic Colors of #f861ea

#f861ea

Complementary Color

#f861ea #61f86f

#f861ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f861ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f861ea Color CSS Codes

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

#f861ea Text Font Color

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

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


#f861ea Background Color

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

This div background color is #f861ea


#f861ea Border Color

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

This div border color is #f861ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f861ea


Comments

No comments written yet.

Please login to write comment.