Color Hex Logo

#ed62ff Color Hex

#ED62FF
(237,98,255)
0 Favorites   0 Comments

Color spaces of #ed62ff

RGB 23798255
HSL0.811.000.69
HSV293°62°100°
CMYK 0.070.620.00   0.00
XYZ57.342733.959998.1404
Yxy33.95990.30270.1793
Hunter Lab58.275173.6625-59.0570
CIE-Lab64.930773.6508-53.6578

#ed62ff color RGB value is (237,98,255).

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

The process color (four color CMYK) of #ed62ff color hex is 0.07, 0.62, 0.00, 0.00. Web safe color of #ed62ff is #ff66ff. Color #ed62ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100010 11111111
Octal 355 142 377
Decimal 237 98 255
Hex ED 62 FF

RGB Percentages of Color #ed62ff

%40.17
%16.61
%43.22

CMYK Percentages of Color #ed62ff

%7
%62
%0
%0

Triadic Colors of #ed62ff

#ed62ff #ffed62 #62ffed

Analogous Colors of #ed62ff

#ed62ff #ff62c3 #9f62ff

Monochromatic Colors of #ed62ff

#ed62ff

Complementary Color

#ed62ff #74ff62

#ed62ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed62ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed62ff Color CSS Codes

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

#ed62ff Text Font Color

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

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


#ed62ff Background Color

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

This div background color is #ed62ff


#ed62ff Border Color

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

This div border color is #ed62ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed62ff


Comments

No comments written yet.

Please login to write comment.