Color Hex Logo

#fd69ed Color Hex

#FD69ED
(253,105,237)
0 Favorites   0 Comments

Color spaces of #fd69ed

RGB 253105237
HSL0.850.970.70
HSV306°58°99°
CMYK 0.000.580.06   0.01
XYZ60.845637.100284.0749
Yxy37.10020.33430.2038
Hunter Lab60.909971.7191-39.2019
CIE-Lab67.352171.6471-39.7737

#fd69ed color RGB value is (253,105,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 11101101
Octal 375 151 355
Decimal 253 105 237
Hex FD 69 ED

RGB Percentages of Color #fd69ed

%42.52
%17.65
%39.83

CMYK Percentages of Color #fd69ed

%0
%58
%6
%1

Triadic Colors of #fd69ed

#fd69ed #edfd69 #69edfd

Analogous Colors of #fd69ed

#fd69ed #fd69a3 #c369fd

Monochromatic Colors of #fd69ed

#fd69ed

Complementary Color

#fd69ed #69fd79

#fd69ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd69ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd69ed Color CSS Codes

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

#fd69ed Text Font Color

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

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


#fd69ed Background Color

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

This div background color is #fd69ed


#fd69ed Border Color

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

This div border color is #fd69ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd69ed

Related Colors


Comments

No comments written yet.

Please login to write comment.