Color Hex Logo

#fd75ed Color Hex

#FD75ED
(253,117,237)
0 Favorites   0 Comments

Color spaces of #fd75ed

RGB 253117237
HSL0.850.970.73
HSV307°54°99°
CMYK 0.000.540.06   0.01
XYZ62.155439.719784.5115
Yxy39.71970.33350.2131
Hunter Lab63.023665.7499-35.3885
CIE-Lab69.269466.4532-36.7851

#fd75ed color RGB value is (253,117,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110101 11101101
Octal 375 165 355
Decimal 253 117 237
Hex FD 75 ED

RGB Percentages of Color #fd75ed

%41.68
%19.28
%39.04

CMYK Percentages of Color #fd75ed

%0
%54
%6
%1

Triadic Colors of #fd75ed

#fd75ed #edfd75 #75edfd

Analogous Colors of #fd75ed

#fd75ed #fd75a9 #c975fd

Monochromatic Colors of #fd75ed

#fd75ed

Complementary Color

#fd75ed #75fd85

#fd75ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd75ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd75ed Color CSS Codes

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

#fd75ed Text Font Color

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

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


#fd75ed Background Color

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

This div background color is #fd75ed


#fd75ed Border Color

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

This div border color is #fd75ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd75ed


Comments

No comments written yet.

Please login to write comment.