Color Hex Logo

#ed3598 Color Hex

#ED3598
(237,53,152)
0 Favorites   0 Comments

Color spaces of #ed3598

RGB 23753152
HSL0.910.840.57
HSV328°78°93°
CMYK 0.000.780.36   0.07
XYZ41.865722.817731.9035
Yxy22.81770.43350.2362
Hunter Lab47.767972.8508-6.1615
CIE-Lab54.884174.8969-10.6242

#ed3598 color RGB value is (237,53,152).

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

The process color (four color CMYK) of #ed3598 color hex is 0.00, 0.78, 0.36, 0.07. Web safe color of #ed3598 is #ff3399. Color #ed3598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110101 10011000
Octal 355 65 230
Decimal 237 53 152
Hex ED 35 98

RGB Percentages of Color #ed3598

%53.62
%11.99
%34.39

CMYK Percentages of Color #ed3598

%0
%78
%36
%7

Triadic Colors of #ed3598

#ed3598 #98ed35 #3598ed

Analogous Colors of #ed3598

#ed3598 #ed353c #e635ed

Monochromatic Colors of #ed3598

#ed3598

Complementary Color

#ed3598 #35ed8a

#ed3598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3598 Color CSS Codes

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

#ed3598 Text Font Color

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

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


#ed3598 Background Color

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

This div background color is #ed3598


#ed3598 Border Color

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

This div border color is #ed3598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3598


Comments

No comments written yet.

Please login to write comment.