Color Hex Logo

#fa38ae Color Hex

#FA38AE
(250,56,174)
0 Favorites   0 Comments

Color spaces of #fa38ae

RGB 25056174
HSL0.900.950.60
HSV324°78°98°
CMYK 0.000.780.30   0.02
XYZ48.478526.208342.5480
Yxy26.20830.41350.2236
Hunter Lab51.194079.4421-13.4408
CIE-Lab58.234279.5158-18.2287

#fa38ae color RGB value is (250,56,174).

#fa38ae hex color red value is 250, green value is 56 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fa38ae hue: 0.90 , saturation: 0.95 and the lightness value of fa38ae is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 10101110
Octal 372 70 256
Decimal 250 56 174
Hex FA 38 AE

RGB Percentages of Color #fa38ae

%52.08
%11.67
%36.25

CMYK Percentages of Color #fa38ae

%0
%78
%30
%2

Triadic Colors of #fa38ae

#fa38ae #aefa38 #38aefa

Analogous Colors of #fa38ae

#fa38ae #fa384d #e538fa

Monochromatic Colors of #fa38ae

#fa38ae

Complementary Color

#fa38ae #38fa84

#fa38ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa38ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa38ae Color CSS Codes

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

#fa38ae Text Font Color

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

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


#fa38ae Background Color

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

This div background color is #fa38ae


#fa38ae Border Color

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

This div border color is #fa38ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa38ae

Related Colors


Comments

No comments written yet.

Please login to write comment.