Color Hex Logo

#ed2deb Color Hex

#ED2DEB
(237,45,235)
0 Favorites   0 Comments

Color spaces of #ed2deb

RGB 23745235
HSL0.840.840.55
HSV301°81°93°
CMYK 0.000.810.01   0.07
XYZ50.858825.879580.9119
Yxy25.87950.32260.1642
Hunter Lab50.871989.4282-58.6906
CIE-Lab57.922587.2937-53.7012

#ed2deb color RGB value is (237,45,235).

#ed2deb hex color red value is 237, green value is 45 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ed2deb hue: 0.84 , saturation: 0.84 and the lightness value of ed2deb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101101 11101011
Octal 355 55 353
Decimal 237 45 235
Hex ED 2D EB

RGB Percentages of Color #ed2deb

%45.84
%8.70
%45.45

CMYK Percentages of Color #ed2deb

%0
%81
%1
%7

Triadic Colors of #ed2deb

#ed2deb #ebed2d #2debed

Analogous Colors of #ed2deb

#ed2deb #ed2d8b #8f2ded

Monochromatic Colors of #ed2deb

#ed2deb

Complementary Color

#ed2deb #2ded2f

#ed2deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2deb Color CSS Codes

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

#ed2deb Text Font Color

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

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


#ed2deb Background Color

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

This div background color is #ed2deb


#ed2deb Border Color

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

This div border color is #ed2deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,45,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 #ed2deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2deb


Comments

No comments written yet.

Please login to write comment.