Color Hex Logo

#fea7ff Color Hex

#FEA7FF
(254,167,255)
0 Favorites   0 Comments

Color spaces of #fea7ff

RGB 254167255
HSL0.831.000.83
HSV299°35°100°
CMYK 0.000.350.00   0.00
XYZ72.741855.9283101.5691
Yxy55.92830.31590.2429
Hunter Lab74.785242.7485-28.1747
CIE-Lab79.573045.4008-30.6366

#fea7ff color RGB value is (254,167,255).

#fea7ff hex color red value is 254, green value is 167 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fea7ff hue: 0.83 , saturation: 1.00 and the lightness value of fea7ff is 0.83.

The process color (four color CMYK) of #fea7ff color hex is 0.00, 0.35, 0.00, 0.00. Web safe color of #fea7ff is #ff99ff. Color #fea7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 11111111
Octal 376 247 377
Decimal 254 167 255
Hex FE A7 FF

RGB Percentages of Color #fea7ff

%37.57
%24.70
%37.72

CMYK Percentages of Color #fea7ff

%0
%35
%0
%0

Triadic Colors of #fea7ff

#fea7ff #fffea7 #a7fffe

Analogous Colors of #fea7ff

#fea7ff #ffa7d4 #d2a7ff

Monochromatic Colors of #fea7ff

#fea7ff

Complementary Color

#fea7ff #a8ffa7

#fea7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea7ff Color CSS Codes

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

#fea7ff Text Font Color

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

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


#fea7ff Background Color

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

This div background color is #fea7ff


#fea7ff Border Color

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

This div border color is #fea7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.