Color Hex Logo

#f464eb Color Hex

#F464EB
(244,100,235)
0 Favorites   0 Comments

Color spaces of #f464eb

RGB 244100235
HSL0.840.870.67
HSV304°59°96°
CMYK 0.000.590.04   0.04
XYZ56.860834.345682.2297
Yxy34.34560.32780.1980
Hunter Lab58.605170.6282-42.1671
CIE-Lab65.236071.1483-42.0700

#f464eb color RGB value is (244,100,235).

#f464eb hex color red value is 244, green value is 100 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f464eb hue: 0.84 , saturation: 0.87 and the lightness value of f464eb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100100 11101011
Octal 364 144 353
Decimal 244 100 235
Hex F4 64 EB

RGB Percentages of Color #f464eb

%42.14
%17.27
%40.59

CMYK Percentages of Color #f464eb

%0
%59
%4
%4

Triadic Colors of #f464eb

#f464eb #ebf464 #64ebf4

Analogous Colors of #f464eb

#f464eb #f464a3 #b564f4

Monochromatic Colors of #f464eb

#f464eb

Complementary Color

#f464eb #64f46d

#f464eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f464eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f464eb Color CSS Codes

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

#f464eb Text Font Color

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

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


#f464eb Background Color

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

This div background color is #f464eb


#f464eb Border Color

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

This div border color is #f464eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f464eb


Comments

No comments written yet.

Please login to write comment.