Color Hex Logo

#f491ed Color Hex

#F491ED
(244,145,237)
0 Favorites   0 Comments

Color spaces of #f491ed

RGB 244145237
HSL0.850.820.76
HSV304°41°96°
CMYK 0.000.410.03   0.04
XYZ62.719745.598385.6164
Yxy45.59830.32340.2351
Hunter Lab67.526547.6222-27.9048
CIE-Lab73.284150.4579-30.6607

#f491ed color RGB value is (244,145,237).

#f491ed hex color red value is 244, green value is 145 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f491ed hue: 0.85 , saturation: 0.82 and the lightness value of f491ed is 0.76.

The process color (four color CMYK) of #f491ed color hex is 0.00, 0.41, 0.03, 0.04. Web safe color of #f491ed is #ff99ff. Color #f491ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010001 11101101
Octal 364 221 355
Decimal 244 145 237
Hex F4 91 ED

RGB Percentages of Color #f491ed

%38.98
%23.16
%37.86

CMYK Percentages of Color #f491ed

%0
%41
%3
%4

Triadic Colors of #f491ed

#f491ed #edf491 #91edf4

Analogous Colors of #f491ed

#f491ed #f491bc #ca91f4

Monochromatic Colors of #f491ed

#f491ed

Complementary Color

#f491ed #91f498

#f491ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f491ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f491ed Color CSS Codes

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

#f491ed Text Font Color

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

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


#f491ed Background Color

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

This div background color is #f491ed


#f491ed Border Color

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

This div border color is #f491ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f491ed


Comments

No comments written yet.

Please login to write comment.