Color Hex Logo

#f840ee Color Hex

#F840EE
(248,64,238)
0 Favorites   0 Comments

Color spaces of #f840ee

RGB 24864238
HSL0.840.930.61
HSV303°74°97°
CMYK 0.000.740.04   0.03
XYZ55.977429.796383.6898
Yxy29.79630.33030.1758
Hunter Lab54.586087.5245-52.6917
CIE-Lab61.478185.1529-49.6208

#f840ee color RGB value is (248,64,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000000 11101110
Octal 370 100 356
Decimal 248 64 238
Hex F8 40 EE

RGB Percentages of Color #f840ee

%45.09
%11.64
%43.27

CMYK Percentages of Color #f840ee

%0
%74
%4
%3

Triadic Colors of #f840ee

#f840ee #eef840 #40eef8

Analogous Colors of #f840ee

#f840ee #f84092 #a640f8

Monochromatic Colors of #f840ee

#f840ee

Complementary Color

#f840ee #40f84a

#f840ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f840ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f840ee Color CSS Codes

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

#f840ee Text Font Color

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

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


#f840ee Background Color

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

This div background color is #f840ee


#f840ee Border Color

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

This div border color is #f840ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f840ee


Comments

No comments written yet.

Please login to write comment.