Color Hex Logo

#fa95ef Color Hex

#FA95EF
(250,149,239)
0 Favorites   0 Comments

Color spaces of #fa95ef

RGB 250149239
HSL0.850.910.78
HSV307°40°98°
CMYK 0.000.400.04   0.02
XYZ65.751848.050987.4706
Yxy48.05090.32670.2387
Hunter Lab69.318848.0070-26.2926
CIE-Lab74.857050.5827-29.2719

#fa95ef color RGB value is (250,149,239).

#fa95ef hex color red value is 250, green value is 149 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fa95ef hue: 0.85 , saturation: 0.91 and the lightness value of fa95ef is 0.78.

The process color (four color CMYK) of #fa95ef color hex is 0.00, 0.40, 0.04, 0.02. Web safe color of #fa95ef is #ff99ff. Color #fa95ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010101 11101111
Octal 372 225 357
Decimal 250 149 239
Hex FA 95 EF

RGB Percentages of Color #fa95ef

%39.18
%23.35
%37.46

CMYK Percentages of Color #fa95ef

%0
%40
%4
%2

Triadic Colors of #fa95ef

#fa95ef #effa95 #95effa

Analogous Colors of #fa95ef

#fa95ef #fa95bd #d395fa

Monochromatic Colors of #fa95ef

#fa95ef

Complementary Color

#fa95ef #95faa0

#fa95ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa95ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa95ef Color CSS Codes

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

#fa95ef Text Font Color

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

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


#fa95ef Background Color

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

This div background color is #fa95ef


#fa95ef Border Color

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

This div border color is #fa95ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa95ef


Comments

No comments written yet.

Please login to write comment.