Color Hex Logo

#fe6fba Color Hex

#FE6FBA
(254,111,186)
0 Favorites   0 Comments

Color spaces of #fe6fba

RGB 254111186
HSL0.910.990.72
HSV329°56°100°
CMYK 0.000.560.27   0.00
XYZ55.420435.984950.4792
Yxy35.98490.39060.2536
Hunter Lab59.987459.9323-7.9011
CIE-Lab66.508462.0757-12.5358

#fe6fba color RGB value is (254,111,186).

#fe6fba hex color red value is 254, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fe6fba hue: 0.91 , saturation: 0.99 and the lightness value of fe6fba is 0.72.

The process color (four color CMYK) of #fe6fba color hex is 0.00, 0.56, 0.27, 0.00. Web safe color of #fe6fba is #ff66cc. Color #fe6fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101111 10111010
Octal 376 157 272
Decimal 254 111 186
Hex FE 6F BA

RGB Percentages of Color #fe6fba

%46.10
%20.15
%33.76

CMYK Percentages of Color #fe6fba

%0
%56
%27
%0

Triadic Colors of #fe6fba

#fe6fba #bafe6f #6fbafe

Analogous Colors of #fe6fba

#fe6fba #fe6f73 #fb6ffe

Monochromatic Colors of #fe6fba

#fe6fba

Complementary Color

#fe6fba #6ffeb3

#fe6fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6fba Color CSS Codes

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

#fe6fba Text Font Color

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

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


#fe6fba Background Color

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

This div background color is #fe6fba


#fe6fba Border Color

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

This div border color is #fe6fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6fba


Comments

No comments written yet.

Please login to write comment.