Color Hex Logo

#ed2bbb Color Hex

#ED2BBB
(237,43,187)
0 Favorites   0 Comments

Color spaces of #ed2bbb

RGB 23743187
HSL0.880.840.55
HSV315°82°93°
CMYK 0.000.820.21   0.07
XYZ44.758623.320149.1559
Yxy23.32010.38180.1989
Hunter Lab48.290980.9344-26.5484
CIE-Lab55.400581.2389-30.3227

#ed2bbb color RGB value is (237,43,187).

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

The process color (four color CMYK) of #ed2bbb color hex is 0.00, 0.82, 0.21, 0.07. Web safe color of #ed2bbb is #ff33cc. Color #ed2bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101011 10111011
Octal 355 53 273
Decimal 237 43 187
Hex ED 2B BB

RGB Percentages of Color #ed2bbb

%50.75
%9.21
%40.04

CMYK Percentages of Color #ed2bbb

%0
%82
%21
%7

Triadic Colors of #ed2bbb

#ed2bbb #bbed2b #2bbbed

Analogous Colors of #ed2bbb

#ed2bbb #ed2b5a #be2bed

Monochromatic Colors of #ed2bbb

#ed2bbb

Complementary Color

#ed2bbb #2bed5d

#ed2bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2bbb Color CSS Codes

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

#ed2bbb Text Font Color

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

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


#ed2bbb Background Color

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

This div background color is #ed2bbb


#ed2bbb Border Color

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

This div border color is #ed2bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2bbb


Comments

No comments written yet.

Please login to write comment.