Color Hex Logo

#fd7fee Color Hex

#FD7FEE
(253,127,238)
0 Favorites   0 Comments

Color spaces of #fd7fee

RGB 253127238
HSL0.850.970.75
HSV307°50°99°
CMYK 0.000.500.06   0.01
XYZ63.530042.234485.6926
Yxy42.23440.33180.2206
Hunter Lab64.988060.7664-32.6877
CIE-Lab71.032262.0309-34.5980

#fd7fee color RGB value is (253,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111111 11101110
Octal 375 177 356
Decimal 253 127 238
Hex FD 7F EE

RGB Percentages of Color #fd7fee

%40.94
%20.55
%38.51

CMYK Percentages of Color #fd7fee

%0
%50
%6
%1

Triadic Colors of #fd7fee

#fd7fee #eefd7f #7feefd

Analogous Colors of #fd7fee

#fd7fee #fd7faf #cd7ffd

Monochromatic Colors of #fd7fee

#fd7fee

Complementary Color

#fd7fee #7ffd8e

#fd7fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7fee Color CSS Codes

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

#fd7fee Text Font Color

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

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


#fd7fee Background Color

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

This div background color is #fd7fee


#fd7fee Border Color

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

This div border color is #fd7fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7fee


Comments

No comments written yet.

Please login to write comment.