Color Hex Logo

#fd50ef Color Hex

#FD50EF
(253,80,239)
0 Favorites   0 Comments

Color spaces of #fd50ef

RGB 25380239
HSL0.850.980.65
HSV305°68°99°
CMYK 0.000.680.06   0.01
XYZ58.956732.852084.8951
Yxy32.85200.33360.1859
Hunter Lab57.316783.3034-47.6963
CIE-Lab64.040981.4136-46.0774

#fd50ef color RGB value is (253,80,239).

#fd50ef hex color red value is 253, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fd50ef hue: 0.85 , saturation: 0.98 and the lightness value of fd50ef is 0.65.

The process color (four color CMYK) of #fd50ef color hex is 0.00, 0.68, 0.06, 0.01. Web safe color of #fd50ef is #ff66ff. Color #fd50ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 11101111
Octal 375 120 357
Decimal 253 80 239
Hex FD 50 EF

RGB Percentages of Color #fd50ef

%44.23
%13.99
%41.78

CMYK Percentages of Color #fd50ef

%0
%68
%6
%1

Triadic Colors of #fd50ef

#fd50ef #effd50 #50effd

Analogous Colors of #fd50ef

#fd50ef #fd5099 #b550fd

Monochromatic Colors of #fd50ef

#fd50ef

Complementary Color

#fd50ef #50fd5e

#fd50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd50ef Color CSS Codes

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

#fd50ef Text Font Color

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

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


#fd50ef Background Color

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

This div background color is #fd50ef


#fd50ef Border Color

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

This div border color is #fd50ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd50ef

Related Colors


Comments

No comments written yet.

Please login to write comment.