Color Hex Logo

#fe0cfb Color Hex

#FE0CFB
(254,12,251)
0 Favorites   0 Comments

Color spaces of #fe0cfb

RGB 25412251
HSL0.840.990.52
HSV301°95°100°
CMYK 0.000.950.01   0.00
XYZ58.417128.298893.6501
Yxy28.29880.32390.1569
Hunter Lab53.1966102.9231-67.1396
CIE-Lab60.157796.8464-58.8945

#fe0cfb color RGB value is (254,12,251).

#fe0cfb hex color red value is 254, green value is 12 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fe0cfb hue: 0.84 , saturation: 0.99 and the lightness value of fe0cfb is 0.52.

The process color (four color CMYK) of #fe0cfb color hex is 0.00, 0.95, 0.01, 0.00. Web safe color of #fe0cfb is #ff00ff. Color #fe0cfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001100 11111011
Octal 376 14 373
Decimal 254 12 251
Hex FE C FB

RGB Percentages of Color #fe0cfb

%49.13
%2.32
%48.55

CMYK Percentages of Color #fe0cfb

%0
%95
%1
%0

Triadic Colors of #fe0cfb

#fe0cfb #fbfe0c #0cfbfe

Analogous Colors of #fe0cfb

#fe0cfb #fe0c82 #880cfe

Monochromatic Colors of #fe0cfb

#fe0cfb

Complementary Color

#fe0cfb #0cfe0f

#fe0cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0cfb Color CSS Codes

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

#fe0cfb Text Font Color

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

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


#fe0cfb Background Color

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

This div background color is #fe0cfb


#fe0cfb Border Color

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

This div border color is #fe0cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.