Color Hex Logo

#fe5dcd Color Hex

#FE5DCD
(254,93,205)
0 Favorites   0 Comments

Color spaces of #fe5dcd

RGB 25493205
HSL0.880.990.68
HSV318°63°100°
CMYK 0.000.630.19   0.00
XYZ55.806833.307361.2452
Yxy33.30730.37120.2215
Hunter Lab57.712571.6091-22.5206
CIE-Lab64.409072.0935-26.4589

#fe5dcd color RGB value is (254,93,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011101 11001101
Octal 376 135 315
Decimal 254 93 205
Hex FE 5D CD

RGB Percentages of Color #fe5dcd

%46.01
%16.85
%37.14

CMYK Percentages of Color #fe5dcd

%0
%63
%19
%0

Triadic Colors of #fe5dcd

#fe5dcd #cdfe5d #5dcdfe

Analogous Colors of #fe5dcd

#fe5dcd #fe5d7d #df5dfe

Monochromatic Colors of #fe5dcd

#fe5dcd

Complementary Color

#fe5dcd #5dfe8e

#fe5dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5dcd Color CSS Codes

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

#fe5dcd Text Font Color

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

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


#fe5dcd Background Color

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

This div background color is #fe5dcd


#fe5dcd Border Color

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

This div border color is #fe5dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5dcd

Related Colors


Comments

No comments written yet.

Please login to write comment.