Color Hex Logo

#fb4aeb Color Hex

#FB4AEB
(251,74,235)
0 Favorites   0 Comments

Color spaces of #fb4aeb

RGB 25174235
HSL0.850.960.64
HSV305°71°98°
CMYK 0.000.710.06   0.02
XYZ57.227831.404981.6428
Yxy31.40490.33610.1844
Hunter Lab56.040184.2130-47.1494
CIE-Lab62.848082.3459-45.7529

#fb4aeb color RGB value is (251,74,235).

#fb4aeb hex color red value is 251, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fb4aeb hue: 0.85 , saturation: 0.96 and the lightness value of fb4aeb is 0.64.

The process color (four color CMYK) of #fb4aeb color hex is 0.00, 0.71, 0.06, 0.02. Web safe color of #fb4aeb is #ff33ff. Color #fb4aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001010 11101011
Octal 373 112 353
Decimal 251 74 235
Hex FB 4A EB

RGB Percentages of Color #fb4aeb

%44.82
%13.21
%41.96

CMYK Percentages of Color #fb4aeb

%0
%71
%6
%2

Triadic Colors of #fb4aeb

#fb4aeb #ebfb4a #4aebfb

Analogous Colors of #fb4aeb

#fb4aeb #fb4a93 #b34afb

Monochromatic Colors of #fb4aeb

#fb4aeb

Complementary Color

#fb4aeb #4afb5a

#fb4aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4aeb Color CSS Codes

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

#fb4aeb Text Font Color

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

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


#fb4aeb Background Color

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

This div background color is #fb4aeb


#fb4aeb Border Color

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

This div border color is #fb4aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4aeb


Comments

No comments written yet.

Please login to write comment.