Color Hex Logo

#fa5ebc Color Hex

#FA5EBC
(250,94,188)
0 Favorites   0 Comments

Color spaces of #fa5ebc

RGB 25094188
HSL0.900.940.67
HSV324°62°98°
CMYK 0.000.620.25   0.02
XYZ52.504131.960250.9786
Yxy31.96020.38760.2360
Hunter Lab56.533466.8446-13.8910
CIE-Lab63.310068.4027-18.5591

#fa5ebc color RGB value is (250,94,188).

#fa5ebc hex color red value is 250, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fa5ebc hue: 0.90 , saturation: 0.94 and the lightness value of fa5ebc is 0.67.

The process color (four color CMYK) of #fa5ebc color hex is 0.00, 0.62, 0.25, 0.02. Web safe color of #fa5ebc is #ff66cc. Color #fa5ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011110 10111100
Octal 372 136 274
Decimal 250 94 188
Hex FA 5E BC

RGB Percentages of Color #fa5ebc

%46.99
%17.67
%35.34

CMYK Percentages of Color #fa5ebc

%0
%62
%25
%2

Triadic Colors of #fa5ebc

#fa5ebc #bcfa5e #5ebcfa

Analogous Colors of #fa5ebc

#fa5ebc #fa5e6e #ea5efa

Monochromatic Colors of #fa5ebc

#fa5ebc

Complementary Color

#fa5ebc #5efa9c

#fa5ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5ebc Color CSS Codes

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

#fa5ebc Text Font Color

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

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


#fa5ebc Background Color

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

This div background color is #fa5ebc


#fa5ebc Border Color

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

This div border color is #fa5ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5ebc


Comments

No comments written yet.

Please login to write comment.