Color Hex Logo

#f430ed Color Hex

#F430ED
(244,48,237)
0 Favorites   0 Comments

Color spaces of #f430ed

RGB 24448237
HSL0.840.900.57
HSV302°80°96°
CMYK 0.000.800.03   0.04
XYZ53.651227.461482.5936
Yxy27.46140.32770.1677
Hunter Lab52.403691.0432-56.7647
CIE-Lab59.399088.2266-52.4020

#f430ed color RGB value is (244,48,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 11101101
Octal 364 60 355
Decimal 244 48 237
Hex F4 30 ED

RGB Percentages of Color #f430ed

%46.12
%9.07
%44.80

CMYK Percentages of Color #f430ed

%0
%80
%3
%4

Triadic Colors of #f430ed

#f430ed #edf430 #30edf4

Analogous Colors of #f430ed

#f430ed #f4308b #9930f4

Monochromatic Colors of #f430ed

#f430ed

Complementary Color

#f430ed #30f437

#f430ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f430ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f430ed Color CSS Codes

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

#f430ed Text Font Color

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

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


#f430ed Background Color

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

This div background color is #f430ed


#f430ed Border Color

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

This div border color is #f430ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f430ed


Comments

No comments written yet.

Please login to write comment.