Color Hex Logo

#fd7fef Color Hex

#FD7FEF
(253,127,239)
0 Favorites   0 Comments

Color spaces of #fd7fef

RGB 253127239
HSL0.850.970.75
HSV307°50°99°
CMYK 0.000.500.06   0.01
XYZ63.677442.293486.4686
Yxy42.29340.33090.2198
Hunter Lab65.033460.9698-33.3088
CIE-Lab71.072762.1941-35.0839

#fd7fef color RGB value is (253,127,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111111 11101111
Octal 375 177 357
Decimal 253 127 239
Hex FD 7F EF

RGB Percentages of Color #fd7fef

%40.87
%20.52
%38.61

CMYK Percentages of Color #fd7fef

%0
%50
%6
%1

Triadic Colors of #fd7fef

#fd7fef #effd7f #7feffd

Analogous Colors of #fd7fef

#fd7fef #fd7fb0 #cc7ffd

Monochromatic Colors of #fd7fef

#fd7fef

Complementary Color

#fd7fef #7ffd8d

#fd7fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7fef Color CSS Codes

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

#fd7fef Text Font Color

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

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


#fd7fef Background Color

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

This div background color is #fd7fef


#fd7fef Border Color

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

This div border color is #fd7fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7fef

Related Colors


Comments

No comments written yet.

Please login to write comment.