Color Hex Logo

#ed195d Color Hex

#ED195D
(237,25,93)
0 Favorites   0 Comments

Color spaces of #ed195d

RGB 2372593
HSL0.950.850.51
HSV341°89°93°
CMYK 0.000.890.61   0.07
XYZ37.248519.490112.1547
Yxy19.49010.54070.2829
Hunter Lab44.147673.346914.5796
CIE-Lab51.255776.002719.6585

#ed195d color RGB value is (237,25,93).

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

The process color (four color CMYK) of #ed195d color hex is 0.00, 0.89, 0.61, 0.07. Web safe color of #ed195d is #ff0066. Color #ed195d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011001 01011101
Octal 355 31 135
Decimal 237 25 93
Hex ED 19 5D

RGB Percentages of Color #ed195d

%66.76
%7.04
%26.20

CMYK Percentages of Color #ed195d

%0
%89
%61
%7

Triadic Colors of #ed195d

#ed195d #5ded19 #195ded

Analogous Colors of #ed195d

#ed195d #ed3f19 #ed19c7

Monochromatic Colors of #ed195d

#ed195d

Complementary Color

#ed195d #19eda9

#ed195d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed195d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed195d Color CSS Codes

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

#ed195d Text Font Color

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

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


#ed195d Background Color

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

This div background color is #ed195d


#ed195d Border Color

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

This div border color is #ed195d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed195d


Comments

No comments written yet.

Please login to write comment.