Color Hex Logo

#ed2aff Color Hex

#ED2AFF
(237,42,255)
0 Favorites   0 Comments

Color spaces of #ed2aff

RGB 23742255
HSL0.821.000.58
HSV295°84°100°
CMYK 0.070.840.00   0.00
XYZ53.803026.880596.9605
Yxy26.88050.30290.1513
Hunter Lab51.846494.5051-74.5886
CIE-Lab58.863690.9239-63.3411

#ed2aff color RGB value is (237,42,255).

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

The process color (four color CMYK) of #ed2aff color hex is 0.07, 0.84, 0.00, 0.00. Web safe color of #ed2aff is #ff33ff. Color #ed2aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101010 11111111
Octal 355 52 377
Decimal 237 42 255
Hex ED 2A FF

RGB Percentages of Color #ed2aff

%44.38
%7.87
%47.75

CMYK Percentages of Color #ed2aff

%7
%84
%0
%0

Triadic Colors of #ed2aff

#ed2aff #ffed2a #2affed

Analogous Colors of #ed2aff

#ed2aff #ff2aa7 #832aff

Monochromatic Colors of #ed2aff

#ed2aff

Complementary Color

#ed2aff #3cff2a

#ed2aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2aff Color CSS Codes

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

#ed2aff Text Font Color

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

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


#ed2aff Background Color

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

This div background color is #ed2aff


#ed2aff Border Color

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

This div border color is #ed2aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2aff

Related Colors


Comments

No comments written yet.

Please login to write comment.