Color Hex Logo

#fe628f Color Hex

#FE628F
(254,98,143)
0 Favorites   0 Comments

Color spaces of #fe628f

RGB 25498143
HSL0.950.990.69
HSV343°61°100°
CMYK 0.000.610.44   0.00
XYZ50.198731.789429.4768
Yxy31.78940.45040.2852
Hunter Lab56.382160.25548.4704
CIE-Lab63.168462.91807.1164

#fe628f color RGB value is (254,98,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 10001111
Octal 376 142 217
Decimal 254 98 143
Hex FE 62 8F

RGB Percentages of Color #fe628f

%51.31
%19.80
%28.89

CMYK Percentages of Color #fe628f

%0
%61
%44
%0

Triadic Colors of #fe628f

#fe628f #8ffe62 #628ffe

Analogous Colors of #fe628f

#fe628f #fe8362 #fe62dd

Monochromatic Colors of #fe628f

#fe628f

Complementary Color

#fe628f #62fed1

#fe628f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe628f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe628f Color CSS Codes

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

#fe628f Text Font Color

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

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


#fe628f Background Color

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

This div background color is #fe628f


#fe628f Border Color

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

This div border color is #fe628f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe628f


Comments

No comments written yet.

Please login to write comment.