Color Hex Logo

#fe277a Color Hex

#FE277A
(254,39,122)
0 Favorites   0 Comments

Color spaces of #fe277a

RGB 25439122
HSL0.940.990.57
HSV337°85°100°
CMYK 0.000.850.52   0.00
XYZ45.111423.927020.6531
Yxy23.92700.50300.2668
Hunter Lab48.915279.01759.2071
CIE-Lab56.014679.61139.2495

#fe277a color RGB value is (254,39,122).

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

The process color (four color CMYK) of #fe277a color hex is 0.00, 0.85, 0.52, 0.00. Web safe color of #fe277a is #ff3366. Color #fe277a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 01111010
Octal 376 47 172
Decimal 254 39 122
Hex FE 27 7A

RGB Percentages of Color #fe277a

%61.20
%9.40
%29.40

CMYK Percentages of Color #fe277a

%0
%85
%52
%0

Triadic Colors of #fe277a

#fe277a #7afe27 #277afe

Analogous Colors of #fe277a

#fe277a #fe3f27 #fe27e6

Monochromatic Colors of #fe277a

#fe277a

Complementary Color

#fe277a #27feab

#fe277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe277a Color CSS Codes

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

#fe277a Text Font Color

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

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


#fe277a Background Color

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

This div background color is #fe277a


#fe277a Border Color

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

This div border color is #fe277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe277a


Comments

No comments written yet.

Please login to write comment.