Color Hex Logo

#fa2eba Color Hex

#FA2EBA
(250,46,186)
0 Favorites   0 Comments

Color spaces of #fa2eba

RGB 25046186
HSL0.890.950.58
HSV319°82°98°
CMYK 0.000.820.26   0.02
XYZ49.264325.823248.8422
Yxy25.82320.39750.2084
Hunter Lab50.816584.1186-21.4149
CIE-Lab57.868983.2376-25.7399

#fa2eba color RGB value is (250,46,186).

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

The process color (four color CMYK) of #fa2eba color hex is 0.00, 0.82, 0.26, 0.02. Web safe color of #fa2eba is #ff33cc. Color #fa2eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101110 10111010
Octal 372 56 272
Decimal 250 46 186
Hex FA 2E BA

RGB Percentages of Color #fa2eba

%51.87
%9.54
%38.59

CMYK Percentages of Color #fa2eba

%0
%82
%26
%2

Triadic Colors of #fa2eba

#fa2eba #bafa2e #2ebafa

Analogous Colors of #fa2eba

#fa2eba #fa2e54 #d42efa

Monochromatic Colors of #fa2eba

#fa2eba

Complementary Color

#fa2eba #2efa6e

#fa2eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2eba Color CSS Codes

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

#fa2eba Text Font Color

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

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


#fa2eba Background Color

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

This div background color is #fa2eba


#fa2eba Border Color

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

This div border color is #fa2eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2eba


Comments

No comments written yet.

Please login to write comment.