color codes Logo

#fe7f95 color codes

#FE7F95
(254,127,149)
0 Favorites   0 Comments

Color spaces of #fe7f95

RGB 254127149
HSL0.970.980.75
HSV350°50°100°
CMYK 0.000.500.41   0.00
XYZ53.887238.419533.0093
Yxy38.41950.43000.3066
Hunter Lab61.983546.713311.8135
CIE-Lab68.328750.341611.0388

#fe7f95 color RGB value is (254,127,149).

#fe7f95 hex color red value is 254, green value is 127 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fe7f95 hue: 0.97 , saturation: 0.98 and the lightness value of fe7f95 is 0.75.

The process color (four color CMYK) of #fe7f95 color code is 0.00, 0.50, 0.41, 0.00. Web safe color of #fe7f95 is #ff6699. Color #fe7f95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111111 10010101
Octal 376 177 225
Decimal 254 127 149
Hex FE 7F 95

RGB Percentages of Color #fe7f95

%47.92
%23.96
%28.11

CMYK Percentages of Color #fe7f95

%0
%50
%41
%0

Triadic Colors of #fe7f95

#fe7f95 #95fe7f #7f95fe

Analogous Colors of #fe7f95

#fe7f95 #fea97f #fe7fd5

Monochromatic Colors of #fe7f95

#fe7f95

Complementary Color

#fe7f95 #7ffee8

#fe7f95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7f95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7f95 Color CSS Codes

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

#fe7f95 Text Font Color

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

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


#fe7f95 Background Color

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

This div background color is #fe7f95


#fe7f95 Border Color

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

This div border color is #fe7f95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7f95


Comments

No comments written yet.

Please login to write comment.