Color Hex Logo

#fe347b Color Hex

#FE347B
(254,52,123)
0 Favorites   0 Comments

Color spaces of #fe347b

RGB 25452123
HSL0.940.990.60
HSV339°80°100°
CMYK 0.000.800.52   0.00
XYZ45.676224.956921.1486
Yxy24.95690.49770.2719
Hunter Lab49.956975.78029.8702
CIE-Lab57.033476.841010.0943

#fe347b color RGB value is (254,52,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 01111011
Octal 376 64 173
Decimal 254 52 123
Hex FE 34 7B

RGB Percentages of Color #fe347b

%59.21
%12.12
%28.67

CMYK Percentages of Color #fe347b

%0
%80
%52
%0

Triadic Colors of #fe347b

#fe347b #7bfe34 #347bfe

Analogous Colors of #fe347b

#fe347b #fe5234 #fe34e0

Monochromatic Colors of #fe347b

#fe347b

Complementary Color

#fe347b #34feb7

#fe347b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe347b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe347b Color CSS Codes

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

#fe347b Text Font Color

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

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


#fe347b Background Color

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

This div background color is #fe347b


#fe347b Border Color

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

This div border color is #fe347b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe347b


Comments

No comments written yet.

Please login to write comment.