Color Hex Logo

#fe27bb Color Hex

#FE27BB
(254,39,187)
0 Favorites   0 Comments

Color spaces of #fe27bb

RGB 25439187
HSL0.890.990.57
HSV319°85°100°
CMYK 0.000.850.26   0.00
XYZ50.568226.109749.3881
Yxy26.10970.40110.2071
Hunter Lab51.097787.2296-21.5380
CIE-Lab58.141085.5771-25.8389

#fe27bb color RGB value is (254,39,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 10111011
Octal 376 47 273
Decimal 254 39 187
Hex FE 27 BB

RGB Percentages of Color #fe27bb

%52.92
%8.13
%38.96

CMYK Percentages of Color #fe27bb

%0
%85
%26
%0

Triadic Colors of #fe27bb

#fe27bb #bbfe27 #27bbfe

Analogous Colors of #fe27bb

#fe27bb #fe2750 #d627fe

Monochromatic Colors of #fe27bb

#fe27bb

Complementary Color

#fe27bb #27fe6a

#fe27bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe27bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe27bb Color CSS Codes

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

#fe27bb Text Font Color

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

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


#fe27bb Background Color

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

This div background color is #fe27bb


#fe27bb Border Color

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

This div border color is #fe27bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe27bb


Comments

No comments written yet.

Please login to write comment.