Color Hex Logo

#ed279a Color Hex

#ED279A
(237,39,154)
0 Favorites   0 Comments

Color spaces of #ed279a

RGB 23739154
HSL0.900.850.54
HSV325°84°93°
CMYK 0.000.840.35   0.07
XYZ41.483321.788732.5911
Yxy21.78870.43270.2273
Hunter Lab46.678476.9467-8.7218
CIE-Lab53.802178.3988-13.4373

#ed279a color RGB value is (237,39,154).

#ed279a hex color red value is 237, green value is 39 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ed279a hue: 0.90 , saturation: 0.85 and the lightness value of ed279a is 0.54.

The process color (four color CMYK) of #ed279a color hex is 0.00, 0.84, 0.35, 0.07. Web safe color of #ed279a is #ff3399. Color #ed279a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100111 10011010
Octal 355 47 232
Decimal 237 39 154
Hex ED 27 9A

RGB Percentages of Color #ed279a

%55.12
%9.07
%35.81

CMYK Percentages of Color #ed279a

%0
%84
%35
%7

Triadic Colors of #ed279a

#ed279a #9aed27 #279aed

Analogous Colors of #ed279a

#ed279a #ed2737 #dd27ed

Monochromatic Colors of #ed279a

#ed279a

Complementary Color

#ed279a #27ed7a

#ed279a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed279a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed279a Color CSS Codes

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

#ed279a Text Font Color

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

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


#ed279a Background Color

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

This div background color is #ed279a


#ed279a Border Color

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

This div border color is #ed279a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed279a


Comments

No comments written yet.

Please login to write comment.