Color Hex Logo

#fe07dc Color Hex

#FE07DC
(254,7,220)
0 Favorites   0 Comments

Color spaces of #fe07dc

RGB 2547220
HSL0.860.990.51
HSV308°97°100°
CMYK 0.000.970.13   0.00
XYZ53.867326.390169.9648
Yxy26.39010.35860.1757
Hunter Lab51.371397.2731-44.7897
CIE-Lab58.405593.0630-44.2997

#fe07dc color RGB value is (254,7,220).

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

The process color (four color CMYK) of #fe07dc color hex is 0.00, 0.97, 0.13, 0.00. Web safe color of #fe07dc is #ff00cc. Color #fe07dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 11011100
Octal 376 7 334
Decimal 254 7 220
Hex FE 7 DC

RGB Percentages of Color #fe07dc

%52.81
%1.46
%45.74

CMYK Percentages of Color #fe07dc

%0
%97
%13
%0

Triadic Colors of #fe07dc

#fe07dc #dcfe07 #07dcfe

Analogous Colors of #fe07dc

#fe07dc #fe0760 #a507fe

Monochromatic Colors of #fe07dc

#fe07dc

Complementary Color

#fe07dc #07fe29

#fe07dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe07dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe07dc Color CSS Codes

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

#fe07dc Text Font Color

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

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


#fe07dc Background Color

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

This div background color is #fe07dc


#fe07dc Border Color

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

This div border color is #fe07dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe07dc


Comments

No comments written yet.

Please login to write comment.