Color Hex Logo

#fe6cbf Color Hex

#FE6CBF
(254,108,191)
0 Favorites   0 Comments

Color spaces of #fe6cbf

RGB 254108191
HSL0.910.990.71
HSV326°57°100°
CMYK 0.000.570.25   0.00
XYZ55.639635.557553.2210
Yxy35.55750.38530.2462
Hunter Lab59.630162.2019-11.1764
CIE-Lab66.180464.0393-15.8545

#fe6cbf color RGB value is (254,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101100 10111111
Octal 376 154 277
Decimal 254 108 191
Hex FE 6C BF

RGB Percentages of Color #fe6cbf

%45.93
%19.53
%34.54

CMYK Percentages of Color #fe6cbf

%0
%57
%25
%0

Triadic Colors of #fe6cbf

#fe6cbf #bffe6c #6cbffe

Analogous Colors of #fe6cbf

#fe6cbf #fe6c76 #f46cfe

Monochromatic Colors of #fe6cbf

#fe6cbf

Complementary Color

#fe6cbf #6cfeab

#fe6cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6cbf Color CSS Codes

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

#fe6cbf Text Font Color

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

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


#fe6cbf Background Color

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

This div background color is #fe6cbf


#fe6cbf Border Color

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

This div border color is #fe6cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6cbf


Comments

No comments written yet.

Please login to write comment.