Color Hex Logo

#fe21eb Color Hex

#FE21EB
(254,33,235)
0 Favorites   0 Comments

Color spaces of #fe21eb

RGB 25433235
HSL0.850.990.56
HSV305°87°100°
CMYK 0.000.870.07   0.00
XYZ56.412328.156781.0588
Yxy28.15670.34060.1700
Hunter Lab53.062996.9071-53.4273
CIE-Lab60.030092.4770-50.1771

#fe21eb color RGB value is (254,33,235).

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

The process color (four color CMYK) of #fe21eb color hex is 0.00, 0.87, 0.07, 0.00. Web safe color of #fe21eb is #ff33ff. Color #fe21eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100001 11101011
Octal 376 41 353
Decimal 254 33 235
Hex FE 21 EB

RGB Percentages of Color #fe21eb

%48.66
%6.32
%45.02

CMYK Percentages of Color #fe21eb

%0
%87
%7
%0

Triadic Colors of #fe21eb

#fe21eb #ebfe21 #21ebfe

Analogous Colors of #fe21eb

#fe21eb #fe217d #a321fe

Monochromatic Colors of #fe21eb

#fe21eb

Complementary Color

#fe21eb #21fe34

#fe21eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe21eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe21eb Color CSS Codes

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

#fe21eb Text Font Color

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

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


#fe21eb Background Color

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

This div background color is #fe21eb


#fe21eb Border Color

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

This div border color is #fe21eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe21eb

Related Colors


Comments

No comments written yet.

Please login to write comment.