Color Hex Logo

#ed4fea Color Hex

#ED4FEA
(237,79,234)
0 Favorites   0 Comments

Color spaces of #ed4fea

RGB 23779234
HSL0.840.810.62
HSV301°67°93°
CMYK 0.000.670.01   0.07
XYZ52.572329.537080.7722
Yxy29.53700.32280.1813
Hunter Lab54.348077.5591-50.0735
CIE-Lab61.252777.4479-47.8552

#ed4fea color RGB value is (237,79,234).

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

The process color (four color CMYK) of #ed4fea color hex is 0.00, 0.67, 0.01, 0.07. Web safe color of #ed4fea is #ff66ff. Color #ed4fea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001111 11101010
Octal 355 117 352
Decimal 237 79 234
Hex ED 4F EA

RGB Percentages of Color #ed4fea

%43.09
%14.36
%42.55

CMYK Percentages of Color #ed4fea

%0
%67
%1
%7

Triadic Colors of #ed4fea

#ed4fea #eaed4f #4feaed

Analogous Colors of #ed4fea

#ed4fea #ed4f9b #a14fed

Monochromatic Colors of #ed4fea

#ed4fea

Complementary Color

#ed4fea #4fed52

#ed4fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4fea Color CSS Codes

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

#ed4fea Text Font Color

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

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


#ed4fea Background Color

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

This div background color is #ed4fea


#ed4fea Border Color

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

This div border color is #ed4fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4fea


Comments

No comments written yet.

Please login to write comment.