Color Hex Logo

#ed4bad Color Hex

#ED4BAD
(237,75,173)
0 Favorites   0 Comments

Color spaces of #ed4bad

RGB 23775173
HSL0.900.820.61
HSV324°68°93°
CMYK 0.000.680.27   0.07
XYZ44.984026.053842.1931
Yxy26.05380.39730.2301
Hunter Lab51.042967.9865-13.2803
CIE-Lab58.088170.3065-18.0730

#ed4bad color RGB value is (237,75,173).

#ed4bad hex color red value is 237, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ed4bad hue: 0.90 , saturation: 0.82 and the lightness value of ed4bad is 0.61.

The process color (four color CMYK) of #ed4bad color hex is 0.00, 0.68, 0.27, 0.07. Web safe color of #ed4bad is #ff3399. Color #ed4bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001011 10101101
Octal 355 113 255
Decimal 237 75 173
Hex ED 4B AD

RGB Percentages of Color #ed4bad

%48.87
%15.46
%35.67

CMYK Percentages of Color #ed4bad

%0
%68
%27
%7

Triadic Colors of #ed4bad

#ed4bad #aded4b #4baded

Analogous Colors of #ed4bad

#ed4bad #ed4b5c #dc4bed

Monochromatic Colors of #ed4bad

#ed4bad

Complementary Color

#ed4bad #4bed8b

#ed4bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4bad Color CSS Codes

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

#ed4bad Text Font Color

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

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


#ed4bad Background Color

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

This div background color is #ed4bad


#ed4bad Border Color

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

This div border color is #ed4bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4bad


Comments

No comments written yet.

Please login to write comment.