Color Hex Logo

#ed3abd Color Hex

#ED3ABD
(237,58,189)
0 Favorites   0 Comments

Color spaces of #ed3abd

RGB 23758189
HSL0.880.830.58
HSV316°76°93°
CMYK 0.000.760.20   0.07
XYZ45.623424.704850.5080
Yxy24.70480.37760.2044
Hunter Lab49.703976.8639-25.4564
CIE-Lab56.786777.7536-29.3268

#ed3abd color RGB value is (237,58,189).

#ed3abd hex color red value is 237, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed3abd hue: 0.88 , saturation: 0.83 and the lightness value of ed3abd is 0.58.

The process color (four color CMYK) of #ed3abd color hex is 0.00, 0.76, 0.20, 0.07. Web safe color of #ed3abd is #ff33cc. Color #ed3abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111010 10111101
Octal 355 72 275
Decimal 237 58 189
Hex ED 3A BD

RGB Percentages of Color #ed3abd

%48.97
%11.98
%39.05

CMYK Percentages of Color #ed3abd

%0
%76
%20
%7

Triadic Colors of #ed3abd

#ed3abd #bded3a #3abded

Analogous Colors of #ed3abd

#ed3abd #ed3a64 #c43aed

Monochromatic Colors of #ed3abd

#ed3abd

Complementary Color

#ed3abd #3aed6a

#ed3abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3abd Color CSS Codes

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

#ed3abd Text Font Color

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

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


#ed3abd Background Color

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

This div background color is #ed3abd


#ed3abd Border Color

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

This div border color is #ed3abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3abd


Comments

No comments written yet.

Please login to write comment.