Color Hex Logo

#fe6cbd Color Hex

#FE6CBD
(254,108,189)
0 Favorites   0 Comments

Color spaces of #fe6cbd

RGB 254108189
HSL0.910.990.71
HSV327°57°100°
CMYK 0.000.570.26   0.00
XYZ55.420935.470152.0695
Yxy35.47010.38770.2481
Hunter Lab59.556861.8798-10.1465
CIE-Lab66.113063.7811-14.8262

#fe6cbd color RGB value is (254,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101100 10111101
Octal 376 154 275
Decimal 254 108 189
Hex FE 6C BD

RGB Percentages of Color #fe6cbd

%46.10
%19.60
%34.30

CMYK Percentages of Color #fe6cbd

%0
%57
%26
%0

Triadic Colors of #fe6cbd

#fe6cbd #bdfe6c #6cbdfe

Analogous Colors of #fe6cbd

#fe6cbd #fe6c74 #f66cfe

Monochromatic Colors of #fe6cbd

#fe6cbd

Complementary Color

#fe6cbd #6cfead

#fe6cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6cbd Color CSS Codes

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

#fe6cbd Text Font Color

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

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


#fe6cbd Background Color

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

This div background color is #fe6cbd


#fe6cbd Border Color

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

This div border color is #fe6cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6cbd


Comments

No comments written yet.

Please login to write comment.