Color Hex Logo

#ed027a Color Hex

#ED027A
(237,2,122)
0 Favorites   0 Comments

Color spaces of #ed027a

RGB 2372122
HSL0.910.980.47
HSV329°99°93°
CMYK 0.000.990.49   0.07
XYZ38.459619.453120.1401
Yxy19.45310.49270.2492
Hunter Lab44.105778.46493.8002
CIE-Lab51.213280.10961.9305

#ed027a color RGB value is (237,2,122).

#ed027a hex color red value is 237, green value is 2 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ed027a hue: 0.91 , saturation: 0.98 and the lightness value of ed027a is 0.47.

The process color (four color CMYK) of #ed027a color hex is 0.00, 0.99, 0.49, 0.07. Web safe color of #ed027a is #ff0066. Color #ed027a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000010 01111010
Octal 355 2 172
Decimal 237 2 122
Hex ED 2 7A

RGB Percentages of Color #ed027a

%65.65
%0.55
%33.80

CMYK Percentages of Color #ed027a

%0
%99
%49
%7

Triadic Colors of #ed027a

#ed027a #7aed02 #027aed

Analogous Colors of #ed027a

#ed027a #ed0205 #eb02ed

Monochromatic Colors of #ed027a

#ed027a

Complementary Color

#ed027a #02ed75

#ed027a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed027a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed027a Color CSS Codes

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

#ed027a Text Font Color

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

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


#ed027a Background Color

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

This div background color is #ed027a


#ed027a Border Color

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

This div border color is #ed027a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed027a


Comments

No comments written yet.

Please login to write comment.