Color Hex Logo

#ed2374 Color Hex

#ED2374
(237,35,116)
0 Favorites   0 Comments

Color spaces of #ed2374

RGB 23735116
HSL0.930.850.53
HSV336°85°93°
CMYK 0.000.850.51   0.07
XYZ38.678520.467518.4350
Yxy20.46750.49860.2638
Hunter Lab45.241073.43567.5090
CIE-Lab52.361775.85927.2219

#ed2374 color RGB value is (237,35,116).

#ed2374 hex color red value is 237, green value is 35 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ed2374 hue: 0.93 , saturation: 0.85 and the lightness value of ed2374 is 0.53.

The process color (four color CMYK) of #ed2374 color hex is 0.00, 0.85, 0.51, 0.07. Web safe color of #ed2374 is #ff3366. Color #ed2374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 01110100
Octal 355 43 164
Decimal 237 35 116
Hex ED 23 74

RGB Percentages of Color #ed2374

%61.08
%9.02
%29.90

CMYK Percentages of Color #ed2374

%0
%85
%51
%7

Triadic Colors of #ed2374

#ed2374 #74ed23 #2374ed

Analogous Colors of #ed2374

#ed2374 #ed3723 #ed23d9

Monochromatic Colors of #ed2374

#ed2374

Complementary Color

#ed2374 #23ed9c

#ed2374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2374 Color CSS Codes

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

#ed2374 Text Font Color

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

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


#ed2374 Background Color

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

This div background color is #ed2374


#ed2374 Border Color

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

This div border color is #ed2374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2374


Comments

No comments written yet.

Please login to write comment.