Color Hex Logo

#fe2cbc Color Hex

#FE2CBC
(254,44,188)
0 Favorites   0 Comments

Color spaces of #fe2cbc

RGB 25444188
HSL0.890.990.58
HSV319°83°100°
CMYK 0.000.830.26   0.00
XYZ50.850826.503050.0124
Yxy26.50300.39920.2081
Hunter Lab51.481186.2228-21.5618
CIE-Lab58.511484.7338-25.8450

#fe2cbc color RGB value is (254,44,188).

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

The process color (four color CMYK) of #fe2cbc color hex is 0.00, 0.83, 0.26, 0.00. Web safe color of #fe2cbc is #ff33cc. Color #fe2cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101100 10111100
Octal 376 54 274
Decimal 254 44 188
Hex FE 2C BC

RGB Percentages of Color #fe2cbc

%52.26
%9.05
%38.68

CMYK Percentages of Color #fe2cbc

%0
%83
%26
%0

Triadic Colors of #fe2cbc

#fe2cbc #bcfe2c #2cbcfe

Analogous Colors of #fe2cbc

#fe2cbc #fe2c53 #d72cfe

Monochromatic Colors of #fe2cbc

#fe2cbc

Complementary Color

#fe2cbc #2cfe6e

#fe2cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2cbc Color CSS Codes

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

#fe2cbc Text Font Color

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

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


#fe2cbc Background Color

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

This div background color is #fe2cbc


#fe2cbc Border Color

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

This div border color is #fe2cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2cbc

Related Colors


Comments

No comments written yet.

Please login to write comment.