color codes Logo

#fe63eb color codes

#FE63EB
(254,99,235)
0 Favorites   0 Comments

Color spaces of #fe63eb

RGB 25499235
HSL0.850.990.69
HSV307°61°100°
CMYK 0.000.610.07   0.00
XYZ60.330335.992782.3648
Yxy35.99270.33760.2014
Hunter Lab59.993974.5115-39.4027
CIE-Lab66.514374.0383-39.9656

#fe63eb color RGB value is (254,99,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100011 11101011
Octal 376 143 353
Decimal 254 99 235
Hex FE 63 EB

RGB Percentages of Color #fe63eb

%43.20
%16.84
%39.97

CMYK Percentages of Color #fe63eb

%0
%61
%7
%0

Triadic Colors of #fe63eb

#fe63eb #ebfe63 #63ebfe

Analogous Colors of #fe63eb

#fe63eb #fe639e #c463fe

Monochromatic Colors of #fe63eb

#fe63eb

Complementary Color

#fe63eb #63fe76

#fe63eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe63eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe63eb Color CSS Codes

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

#fe63eb Text Font Color

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

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


#fe63eb Background Color

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

This div background color is #fe63eb


#fe63eb Border Color

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

This div border color is #fe63eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe63eb


Comments

No comments written yet.

Please login to write comment.