Color Hex Logo

#fa23ae Color Hex

#FA23AE
(250,35,174)
0 Favorites   0 Comments

Color spaces of #fa23ae

RGB 25035174
HSL0.890.960.56
HSV321°86°98°
CMYK 0.000.860.30   0.02
XYZ47.665424.582042.2770
Yxy24.58200.41620.2146
Hunter Lab49.580284.8407-15.8503
CIE-Lab56.665984.0300-20.6217

#fa23ae color RGB value is (250,35,174).

#fa23ae hex color red value is 250, green value is 35 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fa23ae hue: 0.89 , saturation: 0.96 and the lightness value of fa23ae is 0.56.

The process color (four color CMYK) of #fa23ae color hex is 0.00, 0.86, 0.30, 0.02. Web safe color of #fa23ae is #ff3399. Color #fa23ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100011 10101110
Octal 372 43 256
Decimal 250 35 174
Hex FA 23 AE

RGB Percentages of Color #fa23ae

%54.47
%7.63
%37.91

CMYK Percentages of Color #fa23ae

%0
%86
%30
%2

Triadic Colors of #fa23ae

#fa23ae #aefa23 #23aefa

Analogous Colors of #fa23ae

#fa23ae #fa2342 #db23fa

Monochromatic Colors of #fa23ae

#fa23ae

Complementary Color

#fa23ae #23fa6f

#fa23ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa23ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa23ae Color CSS Codes

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

#fa23ae Text Font Color

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

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


#fa23ae Background Color

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

This div background color is #fa23ae


#fa23ae Border Color

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

This div border color is #fa23ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,35,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa23ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa23ae;
  -webkit-box-shadow: 1px 1px 3px 2px #fa23ae;
  box-shadow:         1px 1px 3px 2px #fa23ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,35,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa23ae


Comments

No comments written yet.

Please login to write comment.