Color Hex Logo

#fe4dcc Color Hex

#FE4DCC
(254,77,204)
0 Favorites   0 Comments

Color spaces of #fe4dcc

RGB 25477204
HSL0.880.990.65
HSV317°70°100°
CMYK 0.000.700.20   0.00
XYZ54.426030.738260.1912
Yxy30.73820.37440.2115
Hunter Lab55.442078.2052-25.5593
CIE-Lab62.286077.7622-29.1666

#fe4dcc color RGB value is (254,77,204).

#fe4dcc hex color red value is 254, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fe4dcc hue: 0.88 , saturation: 0.99 and the lightness value of fe4dcc is 0.65.

The process color (four color CMYK) of #fe4dcc color hex is 0.00, 0.70, 0.20, 0.00. Web safe color of #fe4dcc is #ff66cc. Color #fe4dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001101 11001100
Octal 376 115 314
Decimal 254 77 204
Hex FE 4D CC

RGB Percentages of Color #fe4dcc

%47.48
%14.39
%38.13

CMYK Percentages of Color #fe4dcc

%0
%70
%20
%0

Triadic Colors of #fe4dcc

#fe4dcc #ccfe4d #4dccfe

Analogous Colors of #fe4dcc

#fe4dcc #fe4d74 #d84dfe

Monochromatic Colors of #fe4dcc

#fe4dcc

Complementary Color

#fe4dcc #4dfe7f

#fe4dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4dcc Color CSS Codes

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

#fe4dcc Text Font Color

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

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


#fe4dcc Background Color

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

This div background color is #fe4dcc


#fe4dcc Border Color

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

This div border color is #fe4dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4dcc

Related Colors


Comments

No comments written yet.

Please login to write comment.