Color Hex Logo

#fd74fd Color Hex

#FD74FD
(253,116,253)
0 Favorites   0 Comments

Color spaces of #fd74fd

RGB 253116253
HSL0.830.970.72
HSV300°54°99°
CMYK 0.000.540.00   0.01
XYZ64.483040.465397.3405
Yxy40.46530.31880.2000
Hunter Lab63.612369.6215-46.1978
CIE-Lab69.799769.5188-44.7368

#fd74fd color RGB value is (253,116,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 11111101
Octal 375 164 375
Decimal 253 116 253
Hex FD 74 FD

RGB Percentages of Color #fd74fd

%40.68
%18.65
%40.68

CMYK Percentages of Color #fd74fd

%0
%54
%0
%1

Triadic Colors of #fd74fd

#fd74fd #fdfd74 #74fdfd

Analogous Colors of #fd74fd

#fd74fd #fd74b9 #b974fd

Monochromatic Colors of #fd74fd

#fd74fd

Complementary Color

#fd74fd #74fd74

#fd74fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd74fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd74fd Color CSS Codes

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

#fd74fd Text Font Color

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

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


#fd74fd Background Color

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

This div background color is #fd74fd


#fd74fd Border Color

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

This div border color is #fd74fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd74fd


Comments

No comments written yet.

Please login to write comment.