Color Hex Logo

#fd65ef Color Hex

#FD65EF
(253,101,239)
0 Favorites   0 Comments

Color spaces of #fd65ef

RGB 253101239
HSL0.850.970.69
HSV306°60°99°
CMYK 0.000.600.06   0.01
XYZ60.741736.422085.4901
Yxy36.42200.33260.1994
Hunter Lab60.350674.0430-41.7422
CIE-Lab66.841173.6044-41.6785

#fd65ef color RGB value is (253,101,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100101 11101111
Octal 375 145 357
Decimal 253 101 239
Hex FD 65 EF

RGB Percentages of Color #fd65ef

%42.66
%17.03
%40.30

CMYK Percentages of Color #fd65ef

%0
%60
%6
%1

Triadic Colors of #fd65ef

#fd65ef #effd65 #65effd

Analogous Colors of #fd65ef

#fd65ef #fd65a3 #bf65fd

Monochromatic Colors of #fd65ef

#fd65ef

Complementary Color

#fd65ef #65fd73

#fd65ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd65ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd65ef Color CSS Codes

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

#fd65ef Text Font Color

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

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


#fd65ef Background Color

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

This div background color is #fd65ef


#fd65ef Border Color

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

This div border color is #fd65ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd65ef

Related Colors


Comments

No comments written yet.

Please login to write comment.