Color Hex Logo

#ed1eeb Color Hex

#ED1EEB
(237,30,235)
0 Favorites   0 Comments

Color spaces of #ed1eeb

RGB 23730235
HSL0.830.850.52
HSV301°87°93°
CMYK 0.000.870.01   0.07
XYZ50.384724.931280.7539
Yxy24.93120.32280.1597
Hunter Lab49.931292.7419-60.9382
CIE-Lab57.008389.9688-55.1594

#ed1eeb color RGB value is (237,30,235).

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

The process color (four color CMYK) of #ed1eeb color hex is 0.00, 0.87, 0.01, 0.07. Web safe color of #ed1eeb is #ff33ff. Color #ed1eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011110 11101011
Octal 355 36 353
Decimal 237 30 235
Hex ED 1E EB

RGB Percentages of Color #ed1eeb

%47.21
%5.98
%46.81

CMYK Percentages of Color #ed1eeb

%0
%87
%1
%7

Triadic Colors of #ed1eeb

#ed1eeb #ebed1e #1eebed

Analogous Colors of #ed1eeb

#ed1eeb #ed1e84 #881eed

Monochromatic Colors of #ed1eeb

#ed1eeb

Complementary Color

#ed1eeb #1eed20

#ed1eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1eeb Color CSS Codes

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

#ed1eeb Text Font Color

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

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


#ed1eeb Background Color

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

This div background color is #ed1eeb


#ed1eeb Border Color

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

This div border color is #ed1eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1eeb


Comments

No comments written yet.

Please login to write comment.