Color Hex Logo

#ed258b Color Hex

#ED258B
(237,37,139)
0 Favorites   0 Comments

Color spaces of #ed258b

RGB 23737139
HSL0.920.850.54
HSV329°84°93°
CMYK 0.000.840.41   0.07
XYZ40.246821.191726.3953
Yxy21.19170.45820.2413
Hunter Lab46.034475.4980-1.7717
CIE-Lab53.158777.3658-5.4664

#ed258b color RGB value is (237,37,139).

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

The process color (four color CMYK) of #ed258b color hex is 0.00, 0.84, 0.41, 0.07. Web safe color of #ed258b is #ff3399. Color #ed258b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100101 10001011
Octal 355 45 213
Decimal 237 37 139
Hex ED 25 8B

RGB Percentages of Color #ed258b

%57.38
%8.96
%33.66

CMYK Percentages of Color #ed258b

%0
%84
%41
%7

Triadic Colors of #ed258b

#ed258b #8bed25 #258bed

Analogous Colors of #ed258b

#ed258b #ed2527 #eb25ed

Monochromatic Colors of #ed258b

#ed258b

Complementary Color

#ed258b #25ed87

#ed258b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed258b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed258b Color CSS Codes

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

#ed258b Text Font Color

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

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


#ed258b Background Color

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

This div background color is #ed258b


#ed258b Border Color

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

This div border color is #ed258b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed258b


Comments

No comments written yet.

Please login to write comment.