Color Hex Logo

#fe6fdc Color Hex

#FE6FDC
(254,111,220)
0 Favorites   0 Comments

Color spaces of #fe6fdc

RGB 254111220
HSL0.870.990.72
HSV314°56°100°
CMYK 0.000.560.13   0.00
XYZ59.475837.607071.8343
Yxy37.60700.35210.2226
Hunter Lab61.324565.8008-26.5239
CIE-Lab67.730066.7602-29.7467

#fe6fdc color RGB value is (254,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101111 11011100
Octal 376 157 334
Decimal 254 111 220
Hex FE 6F DC

RGB Percentages of Color #fe6fdc

%43.42
%18.97
%37.61

CMYK Percentages of Color #fe6fdc

%0
%56
%13
%0

Triadic Colors of #fe6fdc

#fe6fdc #dcfe6f #6fdcfe

Analogous Colors of #fe6fdc

#fe6fdc #fe6f95 #d96ffe

Monochromatic Colors of #fe6fdc

#fe6fdc

Complementary Color

#fe6fdc #6ffe91

#fe6fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6fdc Color CSS Codes

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

#fe6fdc Text Font Color

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

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


#fe6fdc Background Color

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

This div background color is #fe6fdc


#fe6fdc Border Color

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

This div border color is #fe6fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6fdc


Comments

No comments written yet.

Please login to write comment.