Color Hex Logo

#fe27bc Color Hex

#FE27BC
(254,39,188)
0 Favorites   0 Comments

Color spaces of #fe27bc

RGB 25439188
HSL0.880.990.57
HSV318°85°100°
CMYK 0.000.850.26   0.00
XYZ50.675726.152749.9540
Yxy26.15270.39970.2063
Hunter Lab51.139787.3859-22.1175
CIE-Lab58.181785.6886-26.3534

#fe27bc color RGB value is (254,39,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 10111100
Octal 376 47 274
Decimal 254 39 188
Hex FE 27 BC

RGB Percentages of Color #fe27bc

%52.81
%8.11
%39.09

CMYK Percentages of Color #fe27bc

%0
%85
%26
%0

Triadic Colors of #fe27bc

#fe27bc #bcfe27 #27bcfe

Analogous Colors of #fe27bc

#fe27bc #fe2750 #d527fe

Monochromatic Colors of #fe27bc

#fe27bc

Complementary Color

#fe27bc #27fe69

#fe27bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe27bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe27bc Color CSS Codes

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

#fe27bc Text Font Color

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

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


#fe27bc Background Color

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

This div background color is #fe27bc


#fe27bc Border Color

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

This div border color is #fe27bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe27bc


Comments

No comments written yet.

Please login to write comment.