Color Hex Logo

#fb29ee Color Hex

#FB29EE
(251,41,238)
0 Favorites   0 Comments

Color spaces of #fb29ee

RGB 25141238
HSL0.840.960.57
HSV304°84°98°
CMYK 0.000.840.05   0.02
XYZ56.009228.268283.3932
Yxy28.26820.33400.1686
Hunter Lab53.167894.9955-55.7782
CIE-Lab60.130391.0417-51.7279

#fb29ee color RGB value is (251,41,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 11101110
Octal 373 51 356
Decimal 251 41 238
Hex FB 29 EE

RGB Percentages of Color #fb29ee

%47.36
%7.74
%44.91

CMYK Percentages of Color #fb29ee

%0
%84
%5
%2

Triadic Colors of #fb29ee

#fb29ee #eefb29 #29eefb

Analogous Colors of #fb29ee

#fb29ee #fb2985 #9f29fb

Monochromatic Colors of #fb29ee

#fb29ee

Complementary Color

#fb29ee #29fb36

#fb29ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb29ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb29ee Color CSS Codes

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

#fb29ee Text Font Color

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

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


#fb29ee Background Color

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

This div background color is #fb29ee


#fb29ee Border Color

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

This div border color is #fb29ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb29ee

Related Colors


Comments

No comments written yet.

Please login to write comment.