Color Hex Logo

#ed235e Color Hex

#ED235E
(237,35,94)
0 Favorites   0 Comments

Color spaces of #ed235e

RGB 2373594
HSL0.950.850.53
HSV342°85°93°
CMYK 0.000.850.60   0.07
XYZ37.546520.014712.4740
Yxy20.01470.53610.2858
Hunter Lab44.737871.516214.7849
CIE-Lab51.853874.397919.8537

#ed235e color RGB value is (237,35,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100011 01011110
Octal 355 43 136
Decimal 237 35 94
Hex ED 23 5E

RGB Percentages of Color #ed235e

%64.75
%9.56
%25.68

CMYK Percentages of Color #ed235e

%0
%85
%60
%7

Triadic Colors of #ed235e

#ed235e #5eed23 #235eed

Analogous Colors of #ed235e

#ed235e #ed4d23 #ed23c3

Monochromatic Colors of #ed235e

#ed235e

Complementary Color

#ed235e #23edb2

#ed235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed235e Color CSS Codes

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

#ed235e Text Font Color

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

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


#ed235e Background Color

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

This div background color is #ed235e


#ed235e Border Color

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

This div border color is #ed235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed235e


Comments

No comments written yet.

Please login to write comment.