Color Hex Logo

#fd97ef Color Hex

#FD97EF
(253,151,239)
0 Favorites   0 Comments

Color spaces of #fd97ef

RGB 253151239
HSL0.860.960.79
HSV308°40°99°
CMYK 0.000.400.06   0.01
XYZ67.154649.247987.6277
Yxy49.24790.32910.2414
Hunter Lab70.176848.0032-24.9098
CIE-Lab75.605350.4801-28.0930

#fd97ef color RGB value is (253,151,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010111 11101111
Octal 375 227 357
Decimal 253 151 239
Hex FD 97 EF

RGB Percentages of Color #fd97ef

%39.35
%23.48
%37.17

CMYK Percentages of Color #fd97ef

%0
%40
%6
%1

Triadic Colors of #fd97ef

#fd97ef #effd97 #97effd

Analogous Colors of #fd97ef

#fd97ef #fd97bc #d897fd

Monochromatic Colors of #fd97ef

#fd97ef

Complementary Color

#fd97ef #97fda5

#fd97ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd97ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd97ef Color CSS Codes

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

#fd97ef Text Font Color

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

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


#fd97ef Background Color

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

This div background color is #fd97ef


#fd97ef Border Color

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

This div border color is #fd97ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd97ef


Comments

No comments written yet.

Please login to write comment.