Color Hex Logo

#fea2eb Color Hex

#FEA2EB
(254,162,235)
0 Favorites   0 Comments

Color spaces of #fea2eb

RGB 254162235
HSL0.870.980.82
HSV312°36°100°
CMYK 0.000.360.07   0.00
XYZ68.788852.909685.1843
Yxy52.90960.33250.2557
Hunter Lab72.739041.5131-18.5170
CIE-Lab77.821644.5105-22.5264

#fea2eb color RGB value is (254,162,235).

#fea2eb hex color red value is 254, green value is 162 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fea2eb hue: 0.87 , saturation: 0.98 and the lightness value of fea2eb is 0.82.

The process color (four color CMYK) of #fea2eb color hex is 0.00, 0.36, 0.07, 0.00. Web safe color of #fea2eb is #ff99ff. Color #fea2eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 11101011
Octal 376 242 353
Decimal 254 162 235
Hex FE A2 EB

RGB Percentages of Color #fea2eb

%39.02
%24.88
%36.10

CMYK Percentages of Color #fea2eb

%0
%36
%7
%0

Triadic Colors of #fea2eb

#fea2eb #ebfea2 #a2ebfe

Analogous Colors of #fea2eb

#fea2eb #fea2bd #e3a2fe

Monochromatic Colors of #fea2eb

#fea2eb

Complementary Color

#fea2eb #a2feb5

#fea2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea2eb Color CSS Codes

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

#fea2eb Text Font Color

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

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


#fea2eb Background Color

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

This div background color is #fea2eb


#fea2eb Border Color

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

This div border color is #fea2eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,162,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fea2eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fea2eb;
  -webkit-box-shadow: 1px 1px 3px 2px #fea2eb;
  box-shadow:         1px 1px 3px 2px #fea2eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,162,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea2eb

Related Colors


Comments

No comments written yet.

Please login to write comment.