Color Hex Logo

#fe6cbe Color Hex

#FE6CBE
(254,108,190)
0 Favorites   0 Comments

Color spaces of #fe6cbe

RGB 254108190
HSL0.910.990.71
HSV326°57°100°
CMYK 0.000.570.25   0.00
XYZ55.529935.513752.6433
Yxy35.51370.38650.2472
Hunter Lab59.593462.0403-10.6599
CIE-Lab66.146763.9098-15.3406

#fe6cbe color RGB value is (254,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101100 10111110
Octal 376 154 276
Decimal 254 108 190
Hex FE 6C BE

RGB Percentages of Color #fe6cbe

%46.01
%19.57
%34.42

CMYK Percentages of Color #fe6cbe

%0
%57
%25
%0

Triadic Colors of #fe6cbe

#fe6cbe #befe6c #6cbefe

Analogous Colors of #fe6cbe

#fe6cbe #fe6c75 #f56cfe

Monochromatic Colors of #fe6cbe

#fe6cbe

Complementary Color

#fe6cbe #6cfeac

#fe6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6cbe Color CSS Codes

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

#fe6cbe Text Font Color

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

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


#fe6cbe Background Color

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

This div background color is #fe6cbe


#fe6cbe Border Color

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

This div border color is #fe6cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,108,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 #fe6cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6cbe


Comments

No comments written yet.

Please login to write comment.