Color Hex Logo

#fd7fea Color Hex

#FD7FEA
(253,127,234)
0 Favorites   0 Comments

Color spaces of #fd7fea

RGB 253127234
HSL0.860.970.75
HSV309°50°99°
CMYK 0.000.500.08   0.01
XYZ62.948742.001982.6313
Yxy42.00190.33560.2239
Hunter Lab64.808959.9611-30.2285
CIE-Lab70.872261.3831-32.6483

#fd7fea color RGB value is (253,127,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111111 11101010
Octal 375 177 352
Decimal 253 127 234
Hex FD 7F EA

RGB Percentages of Color #fd7fea

%41.21
%20.68
%38.11

CMYK Percentages of Color #fd7fea

%0
%50
%8
%1

Triadic Colors of #fd7fea

#fd7fea #eafd7f #7feafd

Analogous Colors of #fd7fea

#fd7fea #fd7fab #d17ffd

Monochromatic Colors of #fd7fea

#fd7fea

Complementary Color

#fd7fea #7ffd92

#fd7fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7fea Color CSS Codes

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

#fd7fea Text Font Color

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

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


#fd7fea Background Color

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

This div background color is #fd7fea


#fd7fea Border Color

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

This div border color is #fd7fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7fea


Comments

No comments written yet.

Please login to write comment.