Color Hex Logo

#fe5aeb Color Hex

#FE5AEB
(254,90,235)
0 Favorites   0 Comments

Color spaces of #fe5aeb

RGB 25490235
HSL0.850.990.67
HSV307°65°100°
CMYK 0.000.650.07   0.00
XYZ59.524634.381382.0962
Yxy34.38130.33820.1953
Hunter Lab58.635678.5942-41.9676
CIE-Lab65.264177.5059-41.9228

#fe5aeb color RGB value is (254,90,235).

#fe5aeb hex color red value is 254, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fe5aeb hue: 0.85 , saturation: 0.99 and the lightness value of fe5aeb is 0.67.

The process color (four color CMYK) of #fe5aeb color hex is 0.00, 0.65, 0.07, 0.00. Web safe color of #fe5aeb is #ff66ff. Color #fe5aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011010 11101011
Octal 376 132 353
Decimal 254 90 235
Hex FE 5A EB

RGB Percentages of Color #fe5aeb

%43.87
%15.54
%40.59

CMYK Percentages of Color #fe5aeb

%0
%65
%7
%0

Triadic Colors of #fe5aeb

#fe5aeb #ebfe5a #5aebfe

Analogous Colors of #fe5aeb

#fe5aeb #fe5a99 #bf5afe

Monochromatic Colors of #fe5aeb

#fe5aeb

Complementary Color

#fe5aeb #5afe6d

#fe5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5aeb Color CSS Codes

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

#fe5aeb Text Font Color

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

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


#fe5aeb Background Color

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

This div background color is #fe5aeb


#fe5aeb Border Color

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

This div border color is #fe5aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,90,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 #fe5aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5aeb


Comments

No comments written yet.

Please login to write comment.