Color Hex Logo

#f450ed Color Hex

#F450ED
(244,80,237)
0 Favorites   0 Comments

Color spaces of #f450ed

RGB 24480237
HSL0.840.880.64
HSV303°67°96°
CMYK 0.000.670.03   0.04
XYZ55.462931.084883.1975
Yxy31.08480.32670.1831
Hunter Lab55.753779.9998-49.4468
CIE-Lab62.579279.1188-47.3624

#f450ed color RGB value is (244,80,237).

#f450ed hex color red value is 244, green value is 80 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f450ed hue: 0.84 , saturation: 0.88 and the lightness value of f450ed is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010000 11101101
Octal 364 120 355
Decimal 244 80 237
Hex F4 50 ED

RGB Percentages of Color #f450ed

%43.49
%14.26
%42.25

CMYK Percentages of Color #f450ed

%0
%67
%3
%4

Triadic Colors of #f450ed

#f450ed #edf450 #50edf4

Analogous Colors of #f450ed

#f450ed #f4509b #a950f4

Monochromatic Colors of #f450ed

#f450ed

Complementary Color

#f450ed #50f457

#f450ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f450ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f450ed Color CSS Codes

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

#f450ed Text Font Color

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

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


#f450ed Background Color

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

This div background color is #f450ed


#f450ed Border Color

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

This div border color is #f450ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f450ed


Comments

No comments written yet.

Please login to write comment.