Color Hex Logo

#fe33ce Color Hex

#FE33CE
(254,51,206)
0 Favorites   0 Comments

Color spaces of #fe33ce

RGB 25451206
HSL0.870.990.60
HSV314°80°100°
CMYK 0.000.800.19   0.00
XYZ53.197527.894760.9729
Yxy27.89470.37450.1964
Hunter Lab52.815487.3643-31.4767
CIE-Lab59.793585.3581-34.1716

#fe33ce color RGB value is (254,51,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 11001110
Octal 376 63 316
Decimal 254 51 206
Hex FE 33 CE

RGB Percentages of Color #fe33ce

%49.71
%9.98
%40.31

CMYK Percentages of Color #fe33ce

%0
%80
%19
%0

Triadic Colors of #fe33ce

#fe33ce #cefe33 #33cefe

Analogous Colors of #fe33ce

#fe33ce #fe3369 #c933fe

Monochromatic Colors of #fe33ce

#fe33ce

Complementary Color

#fe33ce #33fe63

#fe33ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe33ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe33ce Color CSS Codes

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

#fe33ce Text Font Color

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

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


#fe33ce Background Color

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

This div background color is #fe33ce


#fe33ce Border Color

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

This div border color is #fe33ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe33ce


Comments

No comments written yet.

Please login to write comment.