Color Hex Logo

#fb2aee Color Hex

#FB2AEE
(251,42,238)
0 Favorites   0 Comments

Color spaces of #fb2aee

RGB 25142238
HSL0.840.960.57
HSV304°83°98°
CMYK 0.000.830.05   0.02
XYZ56.044228.338283.4049
Yxy28.33820.33400.1689
Hunter Lab53.233694.7654-55.6303
CIE-Lab60.193190.8584-51.6282

#fb2aee color RGB value is (251,42,238).

#fb2aee hex color red value is 251, green value is 42 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fb2aee hue: 0.84 , saturation: 0.96 and the lightness value of fb2aee is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101010 11101110
Octal 373 52 356
Decimal 251 42 238
Hex FB 2A EE

RGB Percentages of Color #fb2aee

%47.27
%7.91
%44.82

CMYK Percentages of Color #fb2aee

%0
%83
%5
%2

Triadic Colors of #fb2aee

#fb2aee #eefb2a #2aeefb

Analogous Colors of #fb2aee

#fb2aee #fb2a86 #a02afb

Monochromatic Colors of #fb2aee

#fb2aee

Complementary Color

#fb2aee #2afb37

#fb2aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2aee Color CSS Codes

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

#fb2aee Text Font Color

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

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


#fb2aee Background Color

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

This div background color is #fb2aee


#fb2aee Border Color

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

This div border color is #fb2aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2aee

Related Colors


Comments

No comments written yet.

Please login to write comment.