Color Hex Logo

#fe7cdd Color Hex

#FE7CDD
(254,124,221)
0 Favorites   0 Comments

Color spaces of #fe7cdd

RGB 254124221
HSL0.880.980.74
HSV315°51°100°
CMYK 0.000.510.13   0.00
XYZ61.131840.706673.0418
Yxy40.70660.34960.2328
Hunter Lab63.801759.3773-23.2155
CIE-Lab69.969961.0384-26.8550

#fe7cdd color RGB value is (254,124,221).

#fe7cdd hex color red value is 254, green value is 124 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fe7cdd hue: 0.88 , saturation: 0.98 and the lightness value of fe7cdd is 0.74.

The process color (four color CMYK) of #fe7cdd color hex is 0.00, 0.51, 0.13, 0.00. Web safe color of #fe7cdd is #ff66cc. Color #fe7cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111100 11011101
Octal 376 174 335
Decimal 254 124 221
Hex FE 7C DD

RGB Percentages of Color #fe7cdd

%42.40
%20.70
%36.89

CMYK Percentages of Color #fe7cdd

%0
%51
%13
%0

Triadic Colors of #fe7cdd

#fe7cdd #ddfe7c #7cddfe

Analogous Colors of #fe7cdd

#fe7cdd #fe7c9c #de7cfe

Monochromatic Colors of #fe7cdd

#fe7cdd

Complementary Color

#fe7cdd #7cfe9d

#fe7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7cdd Color CSS Codes

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

#fe7cdd Text Font Color

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

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


#fe7cdd Background Color

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

This div background color is #fe7cdd


#fe7cdd Border Color

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

This div border color is #fe7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7cdd


Comments

No comments written yet.

Please login to write comment.