Color Hex Logo

#ed34ea Color Hex

#ED34EA
(237,52,234)
0 Favorites   0 Comments

Color spaces of #ed34ea

RGB 23752234
HSL0.840.840.57
HSV301°78°93°
CMYK 0.000.780.01   0.07
XYZ51.004326.401080.2496
Yxy26.40100.32350.1675
Hunter Lab51.381987.2699-56.6333
CIE-Lab58.415785.5543-52.3552

#ed34ea color RGB value is (237,52,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110100 11101010
Octal 355 64 352
Decimal 237 52 234
Hex ED 34 EA

RGB Percentages of Color #ed34ea

%45.32
%9.94
%44.74

CMYK Percentages of Color #ed34ea

%0
%78
%1
%7

Triadic Colors of #ed34ea

#ed34ea #eaed34 #34eaed

Analogous Colors of #ed34ea

#ed34ea #ed348e #9434ed

Monochromatic Colors of #ed34ea

#ed34ea

Complementary Color

#ed34ea #34ed37

#ed34ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed34ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed34ea Color CSS Codes

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

#ed34ea Text Font Color

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

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


#ed34ea Background Color

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

This div background color is #ed34ea


#ed34ea Border Color

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

This div border color is #ed34ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed34ea


Comments

No comments written yet.

Please login to write comment.