Color Hex Logo

#fe38ea Color Hex

#FE38EA
(254,56,234)
0 Favorites   0 Comments

Color spaces of #fe38ea

RGB 25456234
HSL0.850.990.61
HSV306°78°100°
CMYK 0.000.780.08   0.00
XYZ57.138529.839780.5900
Yxy29.83970.34100.1781
Hunter Lab54.625791.1159-49.2333
CIE-Lab61.515787.8688-47.2655

#fe38ea color RGB value is (254,56,234).

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

The process color (four color CMYK) of #fe38ea color hex is 0.00, 0.78, 0.08, 0.00. Web safe color of #fe38ea is #ff33ff. Color #fe38ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 11101010
Octal 376 70 352
Decimal 254 56 234
Hex FE 38 EA

RGB Percentages of Color #fe38ea

%46.69
%10.29
%43.01

CMYK Percentages of Color #fe38ea

%0
%78
%8
%0

Triadic Colors of #fe38ea

#fe38ea #eafe38 #38eafe

Analogous Colors of #fe38ea

#fe38ea #fe3887 #af38fe

Monochromatic Colors of #fe38ea

#fe38ea

Complementary Color

#fe38ea #38fe4c

#fe38ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe38ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe38ea Color CSS Codes

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

#fe38ea Text Font Color

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

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


#fe38ea Background Color

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

This div background color is #fe38ea


#fe38ea Border Color

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

This div border color is #fe38ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe38ea


Comments

No comments written yet.

Please login to write comment.