Color Hex Logo

#ed62fd Color Hex

#ED62FD
(237,98,253)
0 Favorites   0 Comments

Color spaces of #ed62fd

RGB 23798253
HSL0.820.970.69
HSV294°61°99°
CMYK 0.060.610.00   0.01
XYZ57.022433.831796.4533
Yxy33.83170.30440.1806
Hunter Lab58.165073.2047-57.6033
CIE-Lab64.828873.3022-52.7201

#ed62fd color RGB value is (237,98,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100010 11111101
Octal 355 142 375
Decimal 237 98 253
Hex ED 62 FD

RGB Percentages of Color #ed62fd

%40.31
%16.67
%43.03

CMYK Percentages of Color #ed62fd

%6
%61
%0
%1

Triadic Colors of #ed62fd

#ed62fd #fded62 #62fded

Analogous Colors of #ed62fd

#ed62fd #fd62c0 #a062fd

Monochromatic Colors of #ed62fd

#ed62fd

Complementary Color

#ed62fd #72fd62

#ed62fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed62fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed62fd Color CSS Codes

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

#ed62fd Text Font Color

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

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


#ed62fd Background Color

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

This div background color is #ed62fd


#ed62fd Border Color

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

This div border color is #ed62fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed62fd


Comments

No comments written yet.

Please login to write comment.