Color Hex Logo

#ed21bd Color Hex

#ED21BD
(237,33,189)
0 Favorites   0 Comments

Color spaces of #ed21bd

RGB 23733189
HSL0.870.850.53
HSV314°86°93°
CMYK 0.000.860.20   0.07
XYZ44.654222.766450.1849
Yxy22.76640.37970.1936
Hunter Lab47.714183.5529-28.9603
CIE-Lab54.830983.3915-32.3680

#ed21bd color RGB value is (237,33,189).

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

The process color (four color CMYK) of #ed21bd color hex is 0.00, 0.86, 0.20, 0.07. Web safe color of #ed21bd is #ff33cc. Color #ed21bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100001 10111101
Octal 355 41 275
Decimal 237 33 189
Hex ED 21 BD

RGB Percentages of Color #ed21bd

%51.63
%7.19
%41.18

CMYK Percentages of Color #ed21bd

%0
%86
%20
%7

Triadic Colors of #ed21bd

#ed21bd #bded21 #21bded

Analogous Colors of #ed21bd

#ed21bd #ed2157 #b721ed

Monochromatic Colors of #ed21bd

#ed21bd

Complementary Color

#ed21bd #21ed51

#ed21bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed21bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed21bd Color CSS Codes

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

#ed21bd Text Font Color

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

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


#ed21bd Background Color

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

This div background color is #ed21bd


#ed21bd Border Color

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

This div border color is #ed21bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed21bd


Comments

No comments written yet.

Please login to write comment.