Color Hex Logo

#fe63ed Color Hex

#FE63ED
(254,99,237)
0 Favorites   0 Comments

Color spaces of #fe63ed

RGB 25499237
HSL0.850.990.69
HSV307°61°100°
CMYK 0.000.610.07   0.00
XYZ60.621036.108983.8954
Yxy36.10890.33560.1999
Hunter Lab60.090774.9166-40.7141
CIE-Lab66.603074.3451-40.9345

#fe63ed color RGB value is (254,99,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100011 11101101
Octal 376 143 355
Decimal 254 99 237
Hex FE 63 ED

RGB Percentages of Color #fe63ed

%43.05
%16.78
%40.17

CMYK Percentages of Color #fe63ed

%0
%61
%7
%0

Triadic Colors of #fe63ed

#fe63ed #edfe63 #63edfe

Analogous Colors of #fe63ed

#fe63ed #fe63a0 #c263fe

Monochromatic Colors of #fe63ed

#fe63ed

Complementary Color

#fe63ed #63fe74

#fe63ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe63ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe63ed Color CSS Codes

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

#fe63ed Text Font Color

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

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


#fe63ed Background Color

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

This div background color is #fe63ed


#fe63ed Border Color

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

This div border color is #fe63ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe63ed

Related Colors


Comments

No comments written yet.

Please login to write comment.