Color Hex Logo

#ec37db Color Hex

#EC37DB
(236,55,219)
0 Favorites   0 Comments

Color spaces of #ec37db

RGB 23655219
HSL0.850.830.57
HSV306°77°93°
CMYK 0.000.770.07   0.07
XYZ48.744425.679769.4054
Yxy25.67970.33890.1785
Hunter Lab50.675183.0176-45.7318
CIE-Lab57.731882.4107-45.0001

#ec37db color RGB value is (236,55,219).

#ec37db hex color red value is 236, green value is 55 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ec37db hue: 0.85 , saturation: 0.83 and the lightness value of ec37db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110111 11011011
Octal 354 67 333
Decimal 236 55 219
Hex EC 37 DB

RGB Percentages of Color #ec37db

%46.27
%10.78
%42.94

CMYK Percentages of Color #ec37db

%0
%77
%7
%7

Triadic Colors of #ec37db

#ec37db #dbec37 #37dbec

Analogous Colors of #ec37db

#ec37db #ec3781 #a337ec

Monochromatic Colors of #ec37db

#ec37db

Complementary Color

#ec37db #37ec48

#ec37db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec37db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec37db Color CSS Codes

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

#ec37db Text Font Color

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

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


#ec37db Background Color

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

This div background color is #ec37db


#ec37db Border Color

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

This div border color is #ec37db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,55,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec37db


Comments

No comments written yet.

Please login to write comment.