Color Hex Logo

#f464be Color Hex

#F464BE
(244,100,190)
0 Favorites   0 Comments

Color spaces of #f464be

RGB 244100190
HSL0.900.870.67
HSV323°59°96°
CMYK 0.000.590.22   0.04
XYZ51.159732.065152.2080
Yxy32.06510.37770.2368
Hunter Lab56.626162.1730-15.0259
CIE-Lab63.396764.4971-19.6481

#f464be color RGB value is (244,100,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100100 10111110
Octal 364 144 276
Decimal 244 100 190
Hex F4 64 BE

RGB Percentages of Color #f464be

%45.69
%18.73
%35.58

CMYK Percentages of Color #f464be

%0
%59
%22
%4

Triadic Colors of #f464be

#f464be #bef464 #64bef4

Analogous Colors of #f464be

#f464be #f46476 #e264f4

Monochromatic Colors of #f464be

#f464be

Complementary Color

#f464be #64f49a

#f464be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f464be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f464be Color CSS Codes

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

#f464be Text Font Color

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

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


#f464be Background Color

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

This div background color is #f464be


#f464be Border Color

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

This div border color is #f464be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,100,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f464be


Comments

No comments written yet.

Please login to write comment.