Color Hex Logo

#fe6cbb Color Hex

#FE6CBB
(254,108,187)
0 Favorites   0 Comments

Color spaces of #fe6cbb

RGB 254108187
HSL0.910.990.71
HSV328°57°100°
CMYK 0.000.570.26   0.00
XYZ55.205335.383850.9338
Yxy35.38380.39010.2500
Hunter Lab59.484361.5622-9.1284
CIE-Lab66.046463.5260-13.7956

#fe6cbb color RGB value is (254,108,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101100 10111011
Octal 376 154 273
Decimal 254 108 187
Hex FE 6C BB

RGB Percentages of Color #fe6cbb

%46.27
%19.67
%34.06

CMYK Percentages of Color #fe6cbb

%0
%57
%26
%0

Triadic Colors of #fe6cbb

#fe6cbb #bbfe6c #6cbbfe

Analogous Colors of #fe6cbb

#fe6cbb #fe6c72 #f86cfe

Monochromatic Colors of #fe6cbb

#fe6cbb

Complementary Color

#fe6cbb #6cfeaf

#fe6cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6cbb Color CSS Codes

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

#fe6cbb Text Font Color

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

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


#fe6cbb Background Color

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

This div background color is #fe6cbb


#fe6cbb Border Color

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

This div border color is #fe6cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6cbb


Comments

No comments written yet.

Please login to write comment.