Color Hex Logo

#ec37d0 Color Hex

#EC37D0
(236,55,208)
0 Favorites   0 Comments

Color spaces of #ec37d0

RGB 23655208
HSL0.860.830.57
HSV309°77°93°
CMYK 0.000.770.12   0.07
XYZ47.343425.119362.0277
Yxy25.11930.35200.1868
Hunter Lab50.119280.9056-38.2942
CIE-Lab57.191580.8678-39.6030

#ec37d0 color RGB value is (236,55,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110111 11010000
Octal 354 67 320
Decimal 236 55 208
Hex EC 37 D0

RGB Percentages of Color #ec37d0

%47.29
%11.02
%41.68

CMYK Percentages of Color #ec37d0

%0
%77
%12
%7

Triadic Colors of #ec37d0

#ec37d0 #d0ec37 #37d0ec

Analogous Colors of #ec37d0

#ec37d0 #ec3776 #ae37ec

Monochromatic Colors of #ec37d0

#ec37d0

Complementary Color

#ec37d0 #37ec53

#ec37d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec37d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec37d0 Color CSS Codes

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

#ec37d0 Text Font Color

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

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


#ec37d0 Background Color

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

This div background color is #ec37d0


#ec37d0 Border Color

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

This div border color is #ec37d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec37d0


Comments

No comments written yet.

Please login to write comment.