Color Hex Logo

#ed295b Color Hex

#ED295B
(237,41,91)
0 Favorites   0 Comments

Color spaces of #ed295b

RGB 2374191
HSL0.960.840.55
HSV345°83°93°
CMYK 0.000.830.62   0.07
XYZ37.606320.345711.8426
Yxy20.34570.53880.2915
Hunter Lab45.106269.884616.0078
CIE-Lab52.225872.989022.1625

#ed295b color RGB value is (237,41,91).

#ed295b hex color red value is 237, green value is 41 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ed295b hue: 0.96 , saturation: 0.84 and the lightness value of ed295b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101001 01011011
Octal 355 51 133
Decimal 237 41 91
Hex ED 29 5B

RGB Percentages of Color #ed295b

%64.23
%11.11
%24.66

CMYK Percentages of Color #ed295b

%0
%83
%62
%7

Triadic Colors of #ed295b

#ed295b #5bed29 #295bed

Analogous Colors of #ed295b

#ed295b #ed5929 #ed29bd

Monochromatic Colors of #ed295b

#ed295b

Complementary Color

#ed295b #29edbb

#ed295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed295b Color CSS Codes

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

#ed295b Text Font Color

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

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


#ed295b Background Color

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

This div background color is #ed295b


#ed295b Border Color

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

This div border color is #ed295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed295b


Comments

No comments written yet.

Please login to write comment.