Color Hex Logo

#ed82ff Color Hex

#ED82FF
(237,130,255)
0 Favorites   0 Comments

Color spaces of #ed82ff

RGB 237130255
HSL0.811.000.75
HSV291°49°100°
CMYK 0.070.490.00   0.00
XYZ60.957741.189899.3453
Yxy41.18980.30250.2044
Hunter Lab64.179357.2262-46.8515
CIE-Lab70.308759.1678-45.1729

#ed82ff color RGB value is (237,130,255).

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

The process color (four color CMYK) of #ed82ff color hex is 0.07, 0.49, 0.00, 0.00. Web safe color of #ed82ff is #ff99ff. Color #ed82ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000010 11111111
Octal 355 202 377
Decimal 237 130 255
Hex ED 82 FF

RGB Percentages of Color #ed82ff

%38.10
%20.90
%41.00

CMYK Percentages of Color #ed82ff

%7
%49
%0
%0

Triadic Colors of #ed82ff

#ed82ff #ffed82 #82ffed

Analogous Colors of #ed82ff

#ed82ff #ff82d3 #af82ff

Monochromatic Colors of #ed82ff

#ed82ff

Complementary Color

#ed82ff #94ff82

#ed82ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed82ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed82ff Color CSS Codes

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

#ed82ff Text Font Color

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

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


#ed82ff Background Color

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

This div background color is #ed82ff


#ed82ff Border Color

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

This div border color is #ed82ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed82ff

Related Colors


Comments

No comments written yet.

Please login to write comment.