Color Hex Logo

#fe608f Color Hex

#FE608F
(254,96,143)
0 Favorites   0 Comments

Color spaces of #fe608f

RGB 25496143
HSL0.950.990.69
HSV342°62°100°
CMYK 0.000.620.44   0.00
XYZ50.013831.419729.4152
Yxy31.41970.45120.2834
Hunter Lab56.053361.17428.1236
CIE-Lab62.860363.74926.6754

#fe608f color RGB value is (254,96,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100000 10001111
Octal 376 140 217
Decimal 254 96 143
Hex FE 60 8F

RGB Percentages of Color #fe608f

%51.52
%19.47
%29.01

CMYK Percentages of Color #fe608f

%0
%62
%44
%0

Triadic Colors of #fe608f

#fe608f #8ffe60 #608ffe

Analogous Colors of #fe608f

#fe608f #fe8060 #fe60de

Monochromatic Colors of #fe608f

#fe608f

Complementary Color

#fe608f #60fecf

#fe608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe608f Color CSS Codes

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

#fe608f Text Font Color

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

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


#fe608f Background Color

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

This div background color is #fe608f


#fe608f Border Color

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

This div border color is #fe608f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,96,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 #fe608f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe608f


Comments

No comments written yet.

Please login to write comment.