Color Hex Logo

#fe27ad Color Hex

#FE27AD
(254,39,173)
0 Favorites   0 Comments

Color spaces of #fe27ad

RGB 25439173
HSL0.900.990.57
HSV323°85°100°
CMYK 0.000.850.32   0.00
XYZ49.141425.539041.8746
Yxy25.53900.42160.2191
Hunter Lab50.536185.1354-13.7528
CIE-Lab57.596984.0757-18.5521

#fe27ad color RGB value is (254,39,173).

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

The process color (four color CMYK) of #fe27ad color hex is 0.00, 0.85, 0.32, 0.00. Web safe color of #fe27ad is #ff3399. Color #fe27ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 10101101
Octal 376 47 255
Decimal 254 39 173
Hex FE 27 AD

RGB Percentages of Color #fe27ad

%54.51
%8.37
%37.12

CMYK Percentages of Color #fe27ad

%0
%85
%32
%0

Triadic Colors of #fe27ad

#fe27ad #adfe27 #27adfe

Analogous Colors of #fe27ad

#fe27ad #fe2741 #e427fe

Monochromatic Colors of #fe27ad

#fe27ad

Complementary Color

#fe27ad #27fe78

#fe27ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe27ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe27ad Color CSS Codes

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

#fe27ad Text Font Color

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

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


#fe27ad Background Color

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

This div background color is #fe27ad


#fe27ad Border Color

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

This div border color is #fe27ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe27ad


Comments

No comments written yet.

Please login to write comment.