Color Hex Logo

#ed30ea Color Hex

#ED30EA
(237,48,234)
0 Favorites   0 Comments

Color spaces of #ed30ea

RGB 23748234
HSL0.840.840.56
HSV301°80°93°
CMYK 0.000.800.01   0.07
XYZ50.833326.058980.1926
Yxy26.05890.32360.1659
Hunter Lab51.047988.4157-57.4068
CIE-Lab58.092986.4912-52.8690

#ed30ea color RGB value is (237,48,234).

#ed30ea hex color red value is 237, green value is 48 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ed30ea hue: 0.84 , saturation: 0.84 and the lightness value of ed30ea is 0.56.

The process color (four color CMYK) of #ed30ea color hex is 0.00, 0.80, 0.01, 0.07. Web safe color of #ed30ea is #ff33ff. Color #ed30ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110000 11101010
Octal 355 60 352
Decimal 237 48 234
Hex ED 30 EA

RGB Percentages of Color #ed30ea

%45.66
%9.25
%45.09

CMYK Percentages of Color #ed30ea

%0
%80
%1
%7

Triadic Colors of #ed30ea

#ed30ea #eaed30 #30eaed

Analogous Colors of #ed30ea

#ed30ea #ed308c #9230ed

Monochromatic Colors of #ed30ea

#ed30ea

Complementary Color

#ed30ea #30ed33

#ed30ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed30ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed30ea Color CSS Codes

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

#ed30ea Text Font Color

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

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


#ed30ea Background Color

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

This div background color is #ed30ea


#ed30ea Border Color

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

This div border color is #ed30ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed30ea


Comments

No comments written yet.

Please login to write comment.