Color Hex Logo

#fe6dbe Color Hex

#FE6DBE
(254,109,190)
0 Favorites   0 Comments

Color spaces of #fe6dbe

RGB 254109190
HSL0.910.990.71
HSV326°57°100°
CMYK 0.000.570.25   0.00
XYZ55.636035.725852.6786
Yxy35.72580.38630.2480
Hunter Lab59.771161.5517-10.4149
CIE-Lab66.309963.4723-15.0943

#fe6dbe color RGB value is (254,109,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101101 10111110
Octal 376 155 276
Decimal 254 109 190
Hex FE 6D BE

RGB Percentages of Color #fe6dbe

%45.93
%19.71
%34.36

CMYK Percentages of Color #fe6dbe

%0
%57
%25
%0

Triadic Colors of #fe6dbe

#fe6dbe #befe6d #6dbefe

Analogous Colors of #fe6dbe

#fe6dbe #fe6d76 #f66dfe

Monochromatic Colors of #fe6dbe

#fe6dbe

Complementary Color

#fe6dbe #6dfead

#fe6dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6dbe Color CSS Codes

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

#fe6dbe Text Font Color

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

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


#fe6dbe Background Color

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

This div background color is #fe6dbe


#fe6dbe Border Color

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

This div border color is #fe6dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6dbe


Comments

No comments written yet.

Please login to write comment.