Color Hex Logo

#fa3ebd Color Hex

#FA3EBD
(250,62,189)
0 Favorites   0 Comments

Color spaces of #fa3ebd

RGB 25062189
HSL0.890.950.61
HSV319°75°98°
CMYK 0.000.750.24   0.02
XYZ50.332327.443450.7884
Yxy27.44340.39150.2135
Hunter Lab52.386479.8245-20.8108
CIE-Lab59.382579.5949-25.1372

#fa3ebd color RGB value is (250,62,189).

#fa3ebd hex color red value is 250, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa3ebd hue: 0.89 , saturation: 0.95 and the lightness value of fa3ebd is 0.61.

The process color (four color CMYK) of #fa3ebd color hex is 0.00, 0.75, 0.24, 0.02. Web safe color of #fa3ebd is #ff33cc. Color #fa3ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111110 10111101
Octal 372 76 275
Decimal 250 62 189
Hex FA 3E BD

RGB Percentages of Color #fa3ebd

%49.90
%12.38
%37.72

CMYK Percentages of Color #fa3ebd

%0
%75
%24
%2

Triadic Colors of #fa3ebd

#fa3ebd #bdfa3e #3ebdfa

Analogous Colors of #fa3ebd

#fa3ebd #fa3e5f #d93efa

Monochromatic Colors of #fa3ebd

#fa3ebd

Complementary Color

#fa3ebd #3efa7b

#fa3ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3ebd Color CSS Codes

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

#fa3ebd Text Font Color

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

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


#fa3ebd Background Color

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

This div background color is #fa3ebd


#fa3ebd Border Color

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

This div border color is #fa3ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3ebd


Comments

No comments written yet.

Please login to write comment.