Color Hex Logo

#ed65fd Color Hex

#ED65FD
(237,101,253)
0 Favorites   0 Comments

Color spaces of #ed65fd

RGB 237101253
HSL0.820.970.69
HSV294°60°99°
CMYK 0.060.600.00   0.01
XYZ57.308434.403796.5486
Yxy34.40370.30440.1827
Hunter Lab58.654771.7573-56.5361
CIE-Lab65.281772.0535-52.0024

#ed65fd color RGB value is (237,101,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 11111101
Octal 355 145 375
Decimal 237 101 253
Hex ED 65 FD

RGB Percentages of Color #ed65fd

%40.10
%17.09
%42.81

CMYK Percentages of Color #ed65fd

%6
%60
%0
%1

Triadic Colors of #ed65fd

#ed65fd #fded65 #65fded

Analogous Colors of #ed65fd

#ed65fd #fd65c1 #a165fd

Monochromatic Colors of #ed65fd

#ed65fd

Complementary Color

#ed65fd #75fd65

#ed65fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed65fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed65fd Color CSS Codes

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

#ed65fd Text Font Color

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

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


#ed65fd Background Color

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

This div background color is #ed65fd


#ed65fd Border Color

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

This div border color is #ed65fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed65fd

Related Colors


Comments

No comments written yet.

Please login to write comment.