Color Hex Logo

#fd7efd Color Hex

#FD7EFD
(253,126,253)
0 Favorites   0 Comments

Color spaces of #fd7efd

RGB 253126253
HSL0.830.970.74
HSV300°50°99°
CMYK 0.000.500.00   0.01
XYZ65.698542.896297.7456
Yxy42.89620.31840.2079
Hunter Lab65.495264.4375-42.6383
CIE-Lab71.484565.0001-42.0988

#fd7efd color RGB value is (253,126,253).

#fd7efd hex color red value is 253, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fd7efd hue: 0.83 , saturation: 0.97 and the lightness value of fd7efd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111110 11111101
Octal 375 176 375
Decimal 253 126 253
Hex FD 7E FD

RGB Percentages of Color #fd7efd

%40.03
%19.94
%40.03

CMYK Percentages of Color #fd7efd

%0
%50
%0
%1

Triadic Colors of #fd7efd

#fd7efd #fdfd7e #7efdfd

Analogous Colors of #fd7efd

#fd7efd #fd7ebe #be7efd

Monochromatic Colors of #fd7efd

#fd7efd

Complementary Color

#fd7efd #7efd7e

#fd7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7efd Color CSS Codes

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

#fd7efd Text Font Color

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

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


#fd7efd Background Color

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

This div background color is #fd7efd


#fd7efd Border Color

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

This div border color is #fd7efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7efd

Related Colors


Comments

No comments written yet.

Please login to write comment.