Color Hex Logo

#ed11bd Color Hex

#ED11BD
(237,17,189)
0 Favorites   0 Comments

Color spaces of #ed11bd

RGB 23717189
HSL0.870.870.50
HSV313°93°93°
CMYK 0.000.930.20   0.07
XYZ44.310822.079550.0705
Yxy22.07950.38050.1896
Hunter Lab46.988886.0963-30.2862
CIE-Lab54.111385.4945-33.4913

#ed11bd color RGB value is (237,17,189).

#ed11bd hex color red value is 237, green value is 17 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed11bd hue: 0.87 , saturation: 0.87 and the lightness value of ed11bd is 0.50.

The process color (four color CMYK) of #ed11bd color hex is 0.00, 0.93, 0.20, 0.07. Web safe color of #ed11bd is #ff00cc. Color #ed11bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010001 10111101
Octal 355 21 275
Decimal 237 17 189
Hex ED 11 BD

RGB Percentages of Color #ed11bd

%53.50
%3.84
%42.66

CMYK Percentages of Color #ed11bd

%0
%93
%20
%7

Triadic Colors of #ed11bd

#ed11bd #bded11 #11bded

Analogous Colors of #ed11bd

#ed11bd #ed114f #af11ed

Monochromatic Colors of #ed11bd

#ed11bd

Complementary Color

#ed11bd #11ed41

#ed11bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed11bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed11bd Color CSS Codes

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

#ed11bd Text Font Color

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

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


#ed11bd Background Color

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

This div background color is #ed11bd


#ed11bd Border Color

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

This div border color is #ed11bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed11bd


Comments

No comments written yet.

Please login to write comment.