Color Hex Logo

#fe277b Color Hex

#FE277B
(254,39,123)
0 Favorites   0 Comments

Color spaces of #fe277b

RGB 25439123
HSL0.930.990.57
HSV337°85°100°
CMYK 0.000.850.52   0.00
XYZ45.173723.951920.9812
Yxy23.95190.50130.2658
Hunter Lab48.940779.11468.8405
CIE-Lab56.039679.68318.6872

#fe277b color RGB value is (254,39,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 01111011
Octal 376 47 173
Decimal 254 39 123
Hex FE 27 7B

RGB Percentages of Color #fe277b

%61.06
%9.38
%29.57

CMYK Percentages of Color #fe277b

%0
%85
%52
%0

Triadic Colors of #fe277b

#fe277b #7bfe27 #277bfe

Analogous Colors of #fe277b

#fe277b #fe3e27 #fe27e7

Monochromatic Colors of #fe277b

#fe277b

Complementary Color

#fe277b #27feaa

#fe277b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe277b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe277b Color CSS Codes

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

#fe277b Text Font Color

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

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


#fe277b Background Color

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

This div background color is #fe277b


#fe277b Border Color

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

This div border color is #fe277b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe277b


Comments

No comments written yet.

Please login to write comment.