Color Hex Logo

#fe34ce Color Hex

#FE34CE
(254,52,206)
0 Favorites   0 Comments

Color spaces of #fe34ce

RGB 25452206
HSL0.870.990.60
HSV314°80°100°
CMYK 0.000.800.19   0.00
XYZ53.241627.983060.9876
Yxy27.98300.37440.1968
Hunter Lab52.899087.0830-31.3266
CIE-Lab59.873485.1275-34.0471

#fe34ce color RGB value is (254,52,206).

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

The process color (four color CMYK) of #fe34ce color hex is 0.00, 0.80, 0.19, 0.00. Web safe color of #fe34ce is #ff33cc. Color #fe34ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 11001110
Octal 376 64 316
Decimal 254 52 206
Hex FE 34 CE

RGB Percentages of Color #fe34ce

%49.61
%10.16
%40.23

CMYK Percentages of Color #fe34ce

%0
%80
%19
%0

Triadic Colors of #fe34ce

#fe34ce #cefe34 #34cefe

Analogous Colors of #fe34ce

#fe34ce #fe3469 #c934fe

Monochromatic Colors of #fe34ce

#fe34ce

Complementary Color

#fe34ce #34fe64

#fe34ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe34ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe34ce Color CSS Codes

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

#fe34ce Text Font Color

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

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


#fe34ce Background Color

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

This div background color is #fe34ce


#fe34ce Border Color

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

This div border color is #fe34ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe34ce


Comments

No comments written yet.

Please login to write comment.