Color Hex Logo

#fe6dbf Color Hex

#FE6DBF
(254,109,191)
0 Favorites   0 Comments

Color spaces of #fe6dbf

RGB 254109191
HSL0.910.990.71
HSV326°57°100°
CMYK 0.000.570.25   0.00
XYZ55.745735.769753.2563
Yxy35.76970.38510.2471
Hunter Lab59.807861.7129-10.9298
CIE-Lab66.343663.6018-15.6080

#fe6dbf color RGB value is (254,109,191).

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

The process color (four color CMYK) of #fe6dbf color hex is 0.00, 0.57, 0.25, 0.00. Web safe color of #fe6dbf is #ff66cc. Color #fe6dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101101 10111111
Octal 376 155 277
Decimal 254 109 191
Hex FE 6D BF

RGB Percentages of Color #fe6dbf

%45.85
%19.68
%34.48

CMYK Percentages of Color #fe6dbf

%0
%57
%25
%0

Triadic Colors of #fe6dbf

#fe6dbf #bffe6d #6dbffe

Analogous Colors of #fe6dbf

#fe6dbf #fe6d77 #f56dfe

Monochromatic Colors of #fe6dbf

#fe6dbf

Complementary Color

#fe6dbf #6dfeac

#fe6dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6dbf Color CSS Codes

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

#fe6dbf Text Font Color

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

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


#fe6dbf Background Color

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

This div background color is #fe6dbf


#fe6dbf Border Color

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

This div border color is #fe6dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6dbf

Related Colors


Comments

No comments written yet.

Please login to write comment.