Color Hex Logo

#fe66d2 Color Hex

#FE66D2
(254,102,210)
0 Favorites   0 Comments

Color spaces of #fe66d2

RGB 254102210
HSL0.880.990.70
HSV317°60°100°
CMYK 0.000.600.17   0.00
XYZ57.257335.226764.7544
Yxy35.22670.36410.2240
Hunter Lab59.352168.3338-23.1402
CIE-Lab65.924869.1562-26.9402

#fe66d2 color RGB value is (254,102,210).

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

The process color (four color CMYK) of #fe66d2 color hex is 0.00, 0.60, 0.17, 0.00. Web safe color of #fe66d2 is #ff66cc. Color #fe66d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100110 11010010
Octal 376 146 322
Decimal 254 102 210
Hex FE 66 D2

RGB Percentages of Color #fe66d2

%44.88
%18.02
%37.10

CMYK Percentages of Color #fe66d2

%0
%60
%17
%0

Triadic Colors of #fe66d2

#fe66d2 #d2fe66 #66d2fe

Analogous Colors of #fe66d2

#fe66d2 #fe6686 #de66fe

Monochromatic Colors of #fe66d2

#fe66d2

Complementary Color

#fe66d2 #66fe92

#fe66d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe66d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe66d2 Color CSS Codes

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

#fe66d2 Text Font Color

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

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


#fe66d2 Background Color

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

This div background color is #fe66d2


#fe66d2 Border Color

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

This div border color is #fe66d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe66d2


Comments

No comments written yet.

Please login to write comment.