Color Hex Logo

#ed2658 Color Hex

#ED2658
(237,38,88)
0 Favorites   0 Comments

Color spaces of #ed2658

RGB 2373888
HSL0.960.850.54
HSV345°84°93°
CMYK 0.000.840.63   0.07
XYZ37.379620.095311.1412
Yxy20.09530.54480.2929
Hunter Lab44.827870.393416.6439
CIE-Lab51.944873.461423.6012

#ed2658 color RGB value is (237,38,88).

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

The process color (four color CMYK) of #ed2658 color hex is 0.00, 0.84, 0.63, 0.07. Web safe color of #ed2658 is #ff3366. Color #ed2658 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100110 01011000
Octal 355 46 130
Decimal 237 38 88
Hex ED 26 58

RGB Percentages of Color #ed2658

%65.29
%10.47
%24.24

CMYK Percentages of Color #ed2658

%0
%84
%63
%7

Triadic Colors of #ed2658

#ed2658 #58ed26 #2658ed

Analogous Colors of #ed2658

#ed2658 #ed5726 #ed26bc

Monochromatic Colors of #ed2658

#ed2658

Complementary Color

#ed2658 #26edbb

#ed2658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2658 Color CSS Codes

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

#ed2658 Text Font Color

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

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


#ed2658 Background Color

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

This div background color is #ed2658


#ed2658 Border Color

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

This div border color is #ed2658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2658


Comments

No comments written yet.

Please login to write comment.