Color Hex Logo

#fd94ea Color Hex

#FD94EA
(253,148,234)
0 Favorites   0 Comments

Color spaces of #fd94ea

RGB 253148234
HSL0.860.960.79
HSV311°42°99°
CMYK 0.000.420.08   0.01
XYZ65.949248.003083.6315
Yxy48.00300.33380.2430
Hunter Lab69.284248.6606-23.0688
CIE-Lab74.826851.1550-26.5631

#fd94ea color RGB value is (253,148,234).

#fd94ea hex color red value is 253, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fd94ea hue: 0.86 , saturation: 0.96 and the lightness value of fd94ea is 0.79.

The process color (four color CMYK) of #fd94ea color hex is 0.00, 0.42, 0.08, 0.01. Web safe color of #fd94ea is #ff99ff. Color #fd94ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 11101010
Octal 375 224 352
Decimal 253 148 234
Hex FD 94 EA

RGB Percentages of Color #fd94ea

%39.84
%23.31
%36.85

CMYK Percentages of Color #fd94ea

%0
%42
%8
%1

Triadic Colors of #fd94ea

#fd94ea #eafd94 #94eafd

Analogous Colors of #fd94ea

#fd94ea #fd94b6 #dc94fd

Monochromatic Colors of #fd94ea

#fd94ea

Complementary Color

#fd94ea #94fda7

#fd94ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd94ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd94ea Color CSS Codes

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

#fd94ea Text Font Color

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

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


#fd94ea Background Color

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

This div background color is #fd94ea


#fd94ea Border Color

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

This div border color is #fd94ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,148,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd94ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd94ea;
  -webkit-box-shadow: 1px 1px 3px 2px #fd94ea;
  box-shadow:         1px 1px 3px 2px #fd94ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,148,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd94ea


Comments

No comments written yet.

Please login to write comment.