Color Hex Logo

#fe6dcd Color Hex

#FE6DCD
(254,109,205)
0 Favorites   0 Comments

Color spaces of #fe6dcd

RGB 254109205
HSL0.890.990.71
HSV320°57°100°
CMYK 0.000.570.19   0.00
XYZ57.361136.415961.7633
Yxy36.41590.36880.2341
Hunter Lab60.345664.0672-18.4410
CIE-Lab66.836565.4815-22.7377

#fe6dcd color RGB value is (254,109,205).

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

The process color (four color CMYK) of #fe6dcd color hex is 0.00, 0.57, 0.19, 0.00. Web safe color of #fe6dcd is #ff66cc. Color #fe6dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101101 11001101
Octal 376 155 315
Decimal 254 109 205
Hex FE 6D CD

RGB Percentages of Color #fe6dcd

%44.72
%19.19
%36.09

CMYK Percentages of Color #fe6dcd

%0
%57
%19
%0

Triadic Colors of #fe6dcd

#fe6dcd #cdfe6d #6dcdfe

Analogous Colors of #fe6dcd

#fe6dcd #fe6d85 #e76dfe

Monochromatic Colors of #fe6dcd

#fe6dcd

Complementary Color

#fe6dcd #6dfe9e

#fe6dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6dcd Color CSS Codes

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

#fe6dcd Text Font Color

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

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


#fe6dcd Background Color

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

This div background color is #fe6dcd


#fe6dcd Border Color

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

This div border color is #fe6dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6dcd

Related Colors


Comments

No comments written yet.

Please login to write comment.