Color Hex Logo

#fe62ef Color Hex

#FE62EF
(254,98,239)
0 Favorites   0 Comments

Color spaces of #fe62ef

RGB 25498239
HSL0.850.990.69
HSV306°61°100°
CMYK 0.000.610.06   0.00
XYZ60.820736.038285.4118
Yxy36.03820.33370.1977
Hunter Lab60.031875.7900-42.3341
CIE-Lab66.549175.0497-42.1256

#fe62ef color RGB value is (254,98,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 11101111
Octal 376 142 357
Decimal 254 98 239
Hex FE 62 EF

RGB Percentages of Color #fe62ef

%42.98
%16.58
%40.44

CMYK Percentages of Color #fe62ef

%0
%61
%6
%0

Triadic Colors of #fe62ef

#fe62ef #effe62 #62effe

Analogous Colors of #fe62ef

#fe62ef #fe62a1 #bf62fe

Monochromatic Colors of #fe62ef

#fe62ef

Complementary Color

#fe62ef #62fe71

#fe62ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe62ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe62ef Color CSS Codes

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

#fe62ef Text Font Color

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

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


#fe62ef Background Color

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

This div background color is #fe62ef


#fe62ef Border Color

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

This div border color is #fe62ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe62ef

Related Colors


Comments

No comments written yet.

Please login to write comment.