Color Hex Logo

#fe38ce Color Hex

#FE38CE
(254,56,206)
0 Favorites   0 Comments

Color spaces of #fe38ce

RGB 25456206
HSL0.870.990.61
HSV315°78°100°
CMYK 0.000.780.19   0.00
XYZ53.427828.355461.0497
Yxy28.35540.37410.1985
Hunter Lab53.249885.9096-30.6998
CIE-Lab60.208584.1631-33.5253

#fe38ce color RGB value is (254,56,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 11001110
Octal 376 70 316
Decimal 254 56 206
Hex FE 38 CE

RGB Percentages of Color #fe38ce

%49.22
%10.85
%39.92

CMYK Percentages of Color #fe38ce

%0
%78
%19
%0

Triadic Colors of #fe38ce

#fe38ce #cefe38 #38cefe

Analogous Colors of #fe38ce

#fe38ce #fe386b #cb38fe

Monochromatic Colors of #fe38ce

#fe38ce

Complementary Color

#fe38ce #38fe68

#fe38ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe38ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe38ce Color CSS Codes

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

#fe38ce Text Font Color

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

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


#fe38ce Background Color

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

This div background color is #fe38ce


#fe38ce Border Color

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

This div border color is #fe38ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe38ce


Comments

No comments written yet.

Please login to write comment.