Color Hex Logo

#ed355a Color Hex

#ED355A
(237,53,90)
0 Favorites   0 Comments

Color spaces of #ed355a

RGB 2375390
HSL0.970.840.57
HSV348°78°93°
CMYK 0.000.780.62   0.07
XYZ38.043621.288911.7769
Yxy21.28890.53500.2994
Hunter Lab46.139966.433317.1646
CIE-Lab53.264269.930524.1297

#ed355a color RGB value is (237,53,90).

#ed355a hex color red value is 237, green value is 53 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ed355a hue: 0.97 , saturation: 0.84 and the lightness value of ed355a is 0.57.

The process color (four color CMYK) of #ed355a color hex is 0.00, 0.78, 0.62, 0.07. Web safe color of #ed355a is #ff3366. Color #ed355a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110101 01011010
Octal 355 65 132
Decimal 237 53 90
Hex ED 35 5A

RGB Percentages of Color #ed355a

%62.37
%13.95
%23.68

CMYK Percentages of Color #ed355a

%0
%78
%62
%7

Triadic Colors of #ed355a

#ed355a #5aed35 #355aed

Analogous Colors of #ed355a

#ed355a #ed6c35 #ed35b6

Monochromatic Colors of #ed355a

#ed355a

Complementary Color

#ed355a #35edc8

#ed355a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed355a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed355a Color CSS Codes

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

#ed355a Text Font Color

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

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


#ed355a Background Color

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

This div background color is #ed355a


#ed355a Border Color

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

This div border color is #ed355a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed355a


Comments

No comments written yet.

Please login to write comment.