Color Hex Logo

#fe6bcf Color Hex

#FE6BCF
(254,107,207)
0 Favorites   0 Comments

Color spaces of #fe6bcf

RGB 254107207
HSL0.890.990.71
HSV319°58°100°
CMYK 0.000.580.19   0.00
XYZ57.393236.091262.9728
Yxy36.09120.36680.2307
Hunter Lab60.076065.3960-20.0958
CIE-Lab66.589566.6247-24.2372

#fe6bcf color RGB value is (254,107,207).

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

The process color (four color CMYK) of #fe6bcf color hex is 0.00, 0.58, 0.19, 0.00. Web safe color of #fe6bcf is #ff66cc. Color #fe6bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101011 11001111
Octal 376 153 317
Decimal 254 107 207
Hex FE 6B CF

RGB Percentages of Color #fe6bcf

%44.72
%18.84
%36.44

CMYK Percentages of Color #fe6bcf

%0
%58
%19
%0

Triadic Colors of #fe6bcf

#fe6bcf #cffe6b #6bcffe

Analogous Colors of #fe6bcf

#fe6bcf #fe6b86 #e46bfe

Monochromatic Colors of #fe6bcf

#fe6bcf

Complementary Color

#fe6bcf #6bfe9a

#fe6bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6bcf Color CSS Codes

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

#fe6bcf Text Font Color

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

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


#fe6bcf Background Color

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

This div background color is #fe6bcf


#fe6bcf Border Color

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

This div border color is #fe6bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6bcf


Comments

No comments written yet.

Please login to write comment.