Color Hex Logo

#fd79ef Color Hex

#FD79EF
(253,121,239)
0 Favorites   0 Comments

Color spaces of #fd79ef

RGB 253121239
HSL0.850.970.73
HSV306°52°99°
CMYK 0.000.520.06   0.01
XYZ62.925440.789486.2180
Yxy40.78940.33130.2148
Hunter Lab63.866664.1030-35.3331
CIE-Lab70.028164.9677-36.7059

#fd79ef color RGB value is (253,121,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 11101111
Octal 375 171 357
Decimal 253 121 239
Hex FD 79 EF

RGB Percentages of Color #fd79ef

%41.27
%19.74
%38.99

CMYK Percentages of Color #fd79ef

%0
%52
%6
%1

Triadic Colors of #fd79ef

#fd79ef #effd79 #79effd

Analogous Colors of #fd79ef

#fd79ef #fd79ad #c979fd

Monochromatic Colors of #fd79ef

#fd79ef

Complementary Color

#fd79ef #79fd87

#fd79ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd79ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd79ef Color CSS Codes

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

#fd79ef Text Font Color

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

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


#fd79ef Background Color

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

This div background color is #fd79ef


#fd79ef Border Color

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

This div border color is #fd79ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd79ef


Comments

No comments written yet.

Please login to write comment.