Color Hex Logo

#fe2ccd Color Hex

#FE2CCD
(254,44,205)
0 Favorites   0 Comments

Color spaces of #fe2ccd

RGB 25444205
HSL0.870.990.58
HSV314°83°100°
CMYK 0.000.830.19   0.00
XYZ52.793227.280060.2407
Yxy27.28000.37630.1944
Hunter Lab52.230389.0209-31.8220
CIE-Lab59.232686.7291-34.4761

#fe2ccd color RGB value is (254,44,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101100 11001101
Octal 376 54 315
Decimal 254 44 205
Hex FE 2C CD

RGB Percentages of Color #fe2ccd

%50.50
%8.75
%40.76

CMYK Percentages of Color #fe2ccd

%0
%83
%19
%0

Triadic Colors of #fe2ccd

#fe2ccd #cdfe2c #2ccdfe

Analogous Colors of #fe2ccd

#fe2ccd #fe2c64 #c62cfe

Monochromatic Colors of #fe2ccd

#fe2ccd

Complementary Color

#fe2ccd #2cfe5d

#fe2ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2ccd Color CSS Codes

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

#fe2ccd Text Font Color

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

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


#fe2ccd Background Color

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

This div background color is #fe2ccd


#fe2ccd Border Color

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

This div border color is #fe2ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2ccd


Comments

No comments written yet.

Please login to write comment.