Color Hex Logo

#fe64ad Color Hex

#FE64AD
(254,100,173)
0 Favorites   0 Comments

Color spaces of #fe64ad

RGB 254100173
HSL0.920.990.69
HSV332°61°100°
CMYK 0.000.610.32   0.00
XYZ52.973033.202343.1519
Yxy33.20230.40960.2567
Hunter Lab57.621463.2625-4.0665
CIE-Lab64.324465.2479-8.4170

#fe64ad color RGB value is (254,100,173).

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

The process color (four color CMYK) of #fe64ad color hex is 0.00, 0.61, 0.32, 0.00. Web safe color of #fe64ad is #ff6699. Color #fe64ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100100 10101101
Octal 376 144 255
Decimal 254 100 173
Hex FE 64 AD

RGB Percentages of Color #fe64ad

%48.20
%18.98
%32.83

CMYK Percentages of Color #fe64ad

%0
%61
%32
%0

Triadic Colors of #fe64ad

#fe64ad #adfe64 #64adfe

Analogous Colors of #fe64ad

#fe64ad #fe6864 #fe64fa

Monochromatic Colors of #fe64ad

#fe64ad

Complementary Color

#fe64ad #64feb5

#fe64ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe64ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe64ad Color CSS Codes

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

#fe64ad Text Font Color

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

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


#fe64ad Background Color

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

This div background color is #fe64ad


#fe64ad Border Color

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

This div border color is #fe64ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe64ad


Comments

No comments written yet.

Please login to write comment.