Color Hex Logo

#fe8ccd Color Hex

#FE8CCD
(254,140,205)
0 Favorites   0 Comments

Color spaces of #fe8ccd

RGB 254140205
HSL0.900.980.77
HSV326°45°100°
CMYK 0.000.450.19   0.00
XYZ61.270644.234863.0665
Yxy44.23480.36350.2624
Hunter Lab66.509248.0491-9.6645
CIE-Lab72.385250.9541-14.3274

#fe8ccd color RGB value is (254,140,205).

#fe8ccd hex color red value is 254, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fe8ccd hue: 0.90 , saturation: 0.98 and the lightness value of fe8ccd is 0.77.

The process color (four color CMYK) of #fe8ccd color hex is 0.00, 0.45, 0.19, 0.00. Web safe color of #fe8ccd is #ff99cc. Color #fe8ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001100 11001101
Octal 376 214 315
Decimal 254 140 205
Hex FE 8C CD

RGB Percentages of Color #fe8ccd

%42.40
%23.37
%34.22

CMYK Percentages of Color #fe8ccd

%0
%45
%19
%0

Triadic Colors of #fe8ccd

#fe8ccd #cdfe8c #8ccdfe

Analogous Colors of #fe8ccd

#fe8ccd #fe8c94 #f68cfe

Monochromatic Colors of #fe8ccd

#fe8ccd

Complementary Color

#fe8ccd #8cfebd

#fe8ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8ccd Color CSS Codes

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

#fe8ccd Text Font Color

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

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


#fe8ccd Background Color

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

This div background color is #fe8ccd


#fe8ccd Border Color

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

This div border color is #fe8ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,140,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 #fe8ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8ccd

Related Colors


Comments

No comments written yet.

Please login to write comment.