Color Hex Logo

#fe3bbc Color Hex

#FE3BBC
(254,59,188)
0 Favorites   0 Comments

Color spaces of #fe3bbc

RGB 25459188
HSL0.890.990.61
HSV320°77°100°
CMYK 0.000.770.26   0.00
XYZ51.514127.829650.2335
Yxy27.82960.39760.2148
Hunter Lab52.753881.9863-19.5298
CIE-Lab59.734581.2193-23.9634

#fe3bbc color RGB value is (254,59,188).

#fe3bbc hex color red value is 254, green value is 59 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fe3bbc hue: 0.89 , saturation: 0.99 and the lightness value of fe3bbc is 0.61.

The process color (four color CMYK) of #fe3bbc color hex is 0.00, 0.77, 0.26, 0.00. Web safe color of #fe3bbc is #ff33cc. Color #fe3bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111011 10111100
Octal 376 73 274
Decimal 254 59 188
Hex FE 3B BC

RGB Percentages of Color #fe3bbc

%50.70
%11.78
%37.52

CMYK Percentages of Color #fe3bbc

%0
%77
%26
%0

Triadic Colors of #fe3bbc

#fe3bbc #bcfe3b #3bbcfe

Analogous Colors of #fe3bbc

#fe3bbc #fe3b5b #df3bfe

Monochromatic Colors of #fe3bbc

#fe3bbc

Complementary Color

#fe3bbc #3bfe7d

#fe3bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3bbc Color CSS Codes

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

#fe3bbc Text Font Color

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

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


#fe3bbc Background Color

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

This div background color is #fe3bbc


#fe3bbc Border Color

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

This div border color is #fe3bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3bbc


Comments

No comments written yet.

Please login to write comment.