Color Hex Logo

#ec21bd Color Hex

#EC21BD
(236,33,189)
0 Favorites   0 Comments

Color spaces of #ec21bd

RGB 23633189
HSL0.870.840.53
HSV314°86°93°
CMYK 0.000.860.20   0.07
XYZ44.321222.594750.1693
Yxy22.59470.37850.1930
Hunter Lab47.533983.2514-29.3035
CIE-Lab54.652483.1923-32.6597

#ec21bd color RGB value is (236,33,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100001 10111101
Octal 354 41 275
Decimal 236 33 189
Hex EC 21 BD

RGB Percentages of Color #ec21bd

%51.53
%7.21
%41.27

CMYK Percentages of Color #ec21bd

%0
%86
%20
%7

Triadic Colors of #ec21bd

#ec21bd #bdec21 #21bdec

Analogous Colors of #ec21bd

#ec21bd #ec2157 #b621ec

Monochromatic Colors of #ec21bd

#ec21bd

Complementary Color

#ec21bd #21ec50

#ec21bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec21bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec21bd Color CSS Codes

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

#ec21bd Text Font Color

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

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


#ec21bd Background Color

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

This div background color is #ec21bd


#ec21bd Border Color

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

This div border color is #ec21bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec21bd


Comments

No comments written yet.

Please login to write comment.