Color Hex Logo

#fe62cd Color Hex

#FE62CD
(254,98,205)
0 Favorites   0 Comments

Color spaces of #fe62cd

RGB 25498205
HSL0.890.990.69
HSV319°61°100°
CMYK 0.000.610.19   0.00
XYZ56.260234.214061.3963
Yxy34.21400.37040.2253
Hunter Lab58.492769.3248-21.2882
CIE-Lab65.132170.1074-25.3478

#fe62cd color RGB value is (254,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 11001101
Octal 376 142 315
Decimal 254 98 205
Hex FE 62 CD

RGB Percentages of Color #fe62cd

%45.60
%17.59
%36.80

CMYK Percentages of Color #fe62cd

%0
%61
%19
%0

Triadic Colors of #fe62cd

#fe62cd #cdfe62 #62cdfe

Analogous Colors of #fe62cd

#fe62cd #fe627f #e162fe

Monochromatic Colors of #fe62cd

#fe62cd

Complementary Color

#fe62cd #62fe93

#fe62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe62cd Color CSS Codes

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

#fe62cd Text Font Color

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

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


#fe62cd Background Color

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

This div background color is #fe62cd


#fe62cd Border Color

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

This div border color is #fe62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe62cd


Comments

No comments written yet.

Please login to write comment.