Color Hex Logo

#f430aa Color Hex

#F430AA
(244,48,170)
0 Favorites   0 Comments

Color spaces of #f430aa

RGB 24448170
HSL0.900.900.57
HSV323°80°96°
CMYK 0.000.800.30   0.04
XYZ45.620924.249340.3063
Yxy24.24930.41410.2201
Hunter Lab49.243679.1921-14.0589
CIE-Lab56.336579.6866-18.8862

#f430aa color RGB value is (244,48,170).

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

The process color (four color CMYK) of #f430aa color hex is 0.00, 0.80, 0.30, 0.04. Web safe color of #f430aa is #ff3399. Color #f430aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110000 10101010
Octal 364 60 252
Decimal 244 48 170
Hex F4 30 AA

RGB Percentages of Color #f430aa

%52.81
%10.39
%36.80

CMYK Percentages of Color #f430aa

%0
%80
%30
%4

Triadic Colors of #f430aa

#f430aa #aaf430 #30aaf4

Analogous Colors of #f430aa

#f430aa #f43048 #dc30f4

Monochromatic Colors of #f430aa

#f430aa

Complementary Color

#f430aa #30f47a

#f430aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f430aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f430aa Color CSS Codes

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

#f430aa Text Font Color

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

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


#f430aa Background Color

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

This div background color is #f430aa


#f430aa Border Color

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

This div border color is #f430aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f430aa


Comments

No comments written yet.

Please login to write comment.