Color Hex Logo

#fd76ef Color Hex

#FD76EF
(253,118,239)
0 Favorites   0 Comments

Color spaces of #fd76ef

RGB 253118239
HSL0.850.970.73
HSV306°53°99°
CMYK 0.000.530.06   0.01
XYZ62.566440.071586.0983
Yxy40.07150.33150.2123
Hunter Lab63.302165.6470-36.3300
CIE-Lab69.520466.3257-37.4955

#fd76ef color RGB value is (253,118,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110110 11101111
Octal 375 166 357
Decimal 253 118 239
Hex FD 76 EF

RGB Percentages of Color #fd76ef

%41.48
%19.34
%39.18

CMYK Percentages of Color #fd76ef

%0
%53
%6
%1

Triadic Colors of #fd76ef

#fd76ef #effd76 #76effd

Analogous Colors of #fd76ef

#fd76ef #fd76ac #c876fd

Monochromatic Colors of #fd76ef

#fd76ef

Complementary Color

#fd76ef #76fd84

#fd76ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd76ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd76ef Color CSS Codes

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

#fd76ef Text Font Color

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

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


#fd76ef Background Color

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

This div background color is #fd76ef


#fd76ef Border Color

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

This div border color is #fd76ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd76ef

Related Colors


Comments

No comments written yet.

Please login to write comment.