Color Hex Logo

#fe6cdd Color Hex

#FE6CDD
(254,108,221)
0 Favorites   0 Comments

Color spaces of #fe6cdd

RGB 254108221
HSL0.870.990.71
HSV314°57°100°
CMYK 0.000.570.13   0.00
XYZ59.286837.016472.4267
Yxy37.01640.35140.2194
Hunter Lab60.841167.4679-27.9915
CIE-Lab67.289368.2060-30.9838

#fe6cdd color RGB value is (254,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101100 11011101
Octal 376 154 335
Decimal 254 108 221
Hex FE 6C DD

RGB Percentages of Color #fe6cdd

%43.57
%18.52
%37.91

CMYK Percentages of Color #fe6cdd

%0
%57
%13
%0

Triadic Colors of #fe6cdd

#fe6cdd #ddfe6c #6cddfe

Analogous Colors of #fe6cdd

#fe6cdd #fe6c94 #d66cfe

Monochromatic Colors of #fe6cdd

#fe6cdd

Complementary Color

#fe6cdd #6cfe8d

#fe6cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6cdd Color CSS Codes

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

#fe6cdd Text Font Color

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

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


#fe6cdd Background Color

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

This div background color is #fe6cdd


#fe6cdd Border Color

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

This div border color is #fe6cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6cdd

Related Colors


Comments

No comments written yet.

Please login to write comment.