Color Hex Logo

#fd84ed Color Hex

#FD84ED
(253,132,237)
0 Favorites   0 Comments

Color spaces of #fd84ed

RGB 253132237
HSL0.860.970.75
HSV308°48°99°
CMYK 0.000.480.06   0.01
XYZ64.045343.499685.1415
Yxy43.49960.33240.2258
Hunter Lab65.954257.9137-30.3706
CIE-Lab71.892859.5005-32.7177

#fd84ed color RGB value is (253,132,237).

#fd84ed hex color red value is 253, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fd84ed hue: 0.86 , saturation: 0.97 and the lightness value of fd84ed is 0.75.

The process color (four color CMYK) of #fd84ed color hex is 0.00, 0.48, 0.06, 0.01. Web safe color of #fd84ed is #ff99ff. Color #fd84ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000100 11101101
Octal 375 204 355
Decimal 253 132 237
Hex FD 84 ED

RGB Percentages of Color #fd84ed

%40.68
%21.22
%38.10

CMYK Percentages of Color #fd84ed

%0
%48
%6
%1

Triadic Colors of #fd84ed

#fd84ed #edfd84 #84edfd

Analogous Colors of #fd84ed

#fd84ed #fd84b1 #d184fd

Monochromatic Colors of #fd84ed

#fd84ed

Complementary Color

#fd84ed #84fd94

#fd84ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd84ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd84ed Color CSS Codes

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

#fd84ed Text Font Color

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

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


#fd84ed Background Color

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

This div background color is #fd84ed


#fd84ed Border Color

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

This div border color is #fd84ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd84ed


Comments

No comments written yet.

Please login to write comment.