Color Hex Logo

#fa2cee Color Hex

#FA2CEE
(250,44,238)
0 Favorites   0 Comments

Color spaces of #fa2cee

RGB 25044238
HSL0.840.950.58
HSV303°82°98°
CMYK 0.000.820.05   0.02
XYZ55.757628.298483.4123
Yxy28.29840.33290.1690
Hunter Lab53.196294.0012-55.7300
CIE-Lab60.157490.2963-51.6951

#fa2cee color RGB value is (250,44,238).

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

The process color (four color CMYK) of #fa2cee color hex is 0.00, 0.82, 0.05, 0.02. Web safe color of #fa2cee is #ff33ff. Color #fa2cee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101100 11101110
Octal 372 54 356
Decimal 250 44 238
Hex FA 2C EE

RGB Percentages of Color #fa2cee

%46.99
%8.27
%44.74

CMYK Percentages of Color #fa2cee

%0
%82
%5
%2

Triadic Colors of #fa2cee

#fa2cee #eefa2c #2ceefa

Analogous Colors of #fa2cee

#fa2cee #fa2c87 #9f2cfa

Monochromatic Colors of #fa2cee

#fa2cee

Complementary Color

#fa2cee #2cfa38

#fa2cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2cee Color CSS Codes

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

#fa2cee Text Font Color

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

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


#fa2cee Background Color

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

This div background color is #fa2cee


#fa2cee Border Color

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

This div border color is #fa2cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2cee

Related Colors


Comments

No comments written yet.

Please login to write comment.