Color Hex Logo

#ed175b Color Hex

#ED175B
(237,23,91)
0 Favorites   0 Comments

Color spaces of #ed175b

RGB 2372391
HSL0.950.860.51
HSV341°90°93°
CMYK 0.000.900.62   0.07
XYZ37.119819.372611.6804
Yxy19.37260.54450.2842
Hunter Lab44.014373.514215.0758
CIE-Lab51.120376.164520.6943

#ed175b color RGB value is (237,23,91).

#ed175b hex color red value is 237, green value is 23 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ed175b hue: 0.95 , saturation: 0.86 and the lightness value of ed175b is 0.51.

The process color (four color CMYK) of #ed175b color hex is 0.00, 0.90, 0.62, 0.07. Web safe color of #ed175b is #ff0066. Color #ed175b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010111 01011011
Octal 355 27 133
Decimal 237 23 91
Hex ED 17 5B

RGB Percentages of Color #ed175b

%67.52
%6.55
%25.93

CMYK Percentages of Color #ed175b

%0
%90
%62
%7

Triadic Colors of #ed175b

#ed175b #5bed17 #175bed

Analogous Colors of #ed175b

#ed175b #ed3e17 #ed17c6

Monochromatic Colors of #ed175b

#ed175b

Complementary Color

#ed175b #17eda9

#ed175b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed175b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed175b Color CSS Codes

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

#ed175b Text Font Color

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

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


#ed175b Background Color

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

This div background color is #ed175b


#ed175b Border Color

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

This div border color is #ed175b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,23,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 #ed175b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed175b


Comments

No comments written yet.

Please login to write comment.