Color Hex Logo

#ed1eba Color Hex

#ED1EBA
(237,30,186)
0 Favorites   0 Comments

Color spaces of #ed1eba

RGB 23730186
HSL0.870.850.52
HSV315°87°93°
CMYK 0.000.870.22   0.07
XYZ44.252322.478248.4608
Yxy22.47820.38420.1951
Hunter Lab47.411283.6375-27.4148
CIE-Lab54.530783.5156-31.0957

#ed1eba color RGB value is (237,30,186).

#ed1eba hex color red value is 237, green value is 30 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ed1eba hue: 0.87 , saturation: 0.85 and the lightness value of ed1eba is 0.52.

The process color (four color CMYK) of #ed1eba color hex is 0.00, 0.87, 0.22, 0.07. Web safe color of #ed1eba is #ff33cc. Color #ed1eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011110 10111010
Octal 355 36 272
Decimal 237 30 186
Hex ED 1E BA

RGB Percentages of Color #ed1eba

%52.32
%6.62
%41.06

CMYK Percentages of Color #ed1eba

%0
%87
%22
%7

Triadic Colors of #ed1eba

#ed1eba #baed1e #1ebaed

Analogous Colors of #ed1eba

#ed1eba #ed1e52 #b91eed

Monochromatic Colors of #ed1eba

#ed1eba

Complementary Color

#ed1eba #1eed51

#ed1eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1eba Color CSS Codes

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

#ed1eba Text Font Color

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

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


#ed1eba Background Color

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

This div background color is #ed1eba


#ed1eba Border Color

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

This div border color is #ed1eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1eba


Comments

No comments written yet.

Please login to write comment.