Color Hex Logo

#ec1eba Color Hex

#EC1EBA
(236,30,186)
0 Favorites   0 Comments

Color spaces of #ec1eba

RGB 23630186
HSL0.870.840.52
HSV315°87°93°
CMYK 0.000.870.21   0.07
XYZ43.919322.306648.4452
Yxy22.30660.38300.1945
Hunter Lab47.229983.3358-27.7548
CIE-Lab54.350883.3167-31.3895

#ec1eba color RGB value is (236,30,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011110 10111010
Octal 354 36 272
Decimal 236 30 186
Hex EC 1E BA

RGB Percentages of Color #ec1eba

%52.21
%6.64
%41.15

CMYK Percentages of Color #ec1eba

%0
%87
%21
%7

Triadic Colors of #ec1eba

#ec1eba #baec1e #1ebaec

Analogous Colors of #ec1eba

#ec1eba #ec1e53 #b71eec

Monochromatic Colors of #ec1eba

#ec1eba

Complementary Color

#ec1eba #1eec50

#ec1eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1eba Color CSS Codes

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

#ec1eba Text Font Color

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

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


#ec1eba Background Color

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

This div background color is #ec1eba


#ec1eba Border Color

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

This div border color is #ec1eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1eba


Comments

No comments written yet.

Please login to write comment.