Color Hex Logo

#fe62dd Color Hex

#FE62DD
(254,98,221)
0 Favorites   0 Comments

Color spaces of #fe62dd

RGB 25498221
HSL0.870.990.69
HSV313°61°100°
CMYK 0.000.610.13   0.00
XYZ58.291935.026772.0951
Yxy35.02670.35240.2118
Hunter Lab59.183472.2404-30.7967
CIE-Lab65.769472.3541-33.3374

#fe62dd color RGB value is (254,98,221).

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

The process color (four color CMYK) of #fe62dd color hex is 0.00, 0.61, 0.13, 0.00. Web safe color of #fe62dd is #ff66cc. Color #fe62dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 11011101
Octal 376 142 335
Decimal 254 98 221
Hex FE 62 DD

RGB Percentages of Color #fe62dd

%44.33
%17.10
%38.57

CMYK Percentages of Color #fe62dd

%0
%61
%13
%0

Triadic Colors of #fe62dd

#fe62dd #ddfe62 #62ddfe

Analogous Colors of #fe62dd

#fe62dd #fe628f #d162fe

Monochromatic Colors of #fe62dd

#fe62dd

Complementary Color

#fe62dd #62fe83

#fe62dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe62dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe62dd Color CSS Codes

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

#fe62dd Text Font Color

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

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


#fe62dd Background Color

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

This div background color is #fe62dd


#fe62dd Border Color

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

This div border color is #fe62dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe62dd

Related Colors


Comments

No comments written yet.

Please login to write comment.