Color Hex Logo

#fe63ea Color Hex

#FE63EA
(254,99,234)
0 Favorites   0 Comments

Color spaces of #fe63ea

RGB 25499234
HSL0.850.990.69
HSV308°61°100°
CMYK 0.000.610.08   0.00
XYZ60.186235.935081.6059
Yxy35.93500.33860.2022
Hunter Lab59.945874.3106-38.7511
CIE-Lab66.470273.8861-39.4802

#fe63ea color RGB value is (254,99,234).

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

The process color (four color CMYK) of #fe63ea color hex is 0.00, 0.61, 0.08, 0.00. Web safe color of #fe63ea is #ff66ff. Color #fe63ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100011 11101010
Octal 376 143 352
Decimal 254 99 234
Hex FE 63 EA

RGB Percentages of Color #fe63ea

%43.27
%16.87
%39.86

CMYK Percentages of Color #fe63ea

%0
%61
%8
%0

Triadic Colors of #fe63ea

#fe63ea #eafe63 #63eafe

Analogous Colors of #fe63ea

#fe63ea #fe639d #c563fe

Monochromatic Colors of #fe63ea

#fe63ea

Complementary Color

#fe63ea #63fe77

#fe63ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe63ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe63ea Color CSS Codes

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

#fe63ea Text Font Color

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

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


#fe63ea Background Color

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

This div background color is #fe63ea


#fe63ea Border Color

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

This div border color is #fe63ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe63ea

Related Colors


Comments

No comments written yet.

Please login to write comment.