Color Hex Logo

#ec1bae Color Hex

#EC1BAE
(236,27,174)
0 Favorites   0 Comments

Color spaces of #ec1bae

RGB 23627174
HSL0.880.850.52
HSV318°89°93°
CMYK 0.000.890.26   0.07
XYZ42.624021.672741.9811
Yxy21.67270.40110.2039
Hunter Lab46.553981.9621-20.8784
CIE-Lab53.678082.3786-25.4320

#ec1bae color RGB value is (236,27,174).

#ec1bae hex color red value is 236, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ec1bae hue: 0.88 , saturation: 0.85 and the lightness value of ec1bae is 0.52.

The process color (four color CMYK) of #ec1bae color hex is 0.00, 0.89, 0.26, 0.07. Web safe color of #ec1bae is #ff3399. Color #ec1bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011011 10101110
Octal 354 33 256
Decimal 236 27 174
Hex EC 1B AE

RGB Percentages of Color #ec1bae

%54.00
%6.18
%39.82

CMYK Percentages of Color #ec1bae

%0
%89
%26
%7

Triadic Colors of #ec1bae

#ec1bae #aeec1b #1baeec

Analogous Colors of #ec1bae

#ec1bae #ec1b45 #c21bec

Monochromatic Colors of #ec1bae

#ec1bae

Complementary Color

#ec1bae #1bec59

#ec1bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1bae Color CSS Codes

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

#ec1bae Text Font Color

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

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


#ec1bae Background Color

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

This div background color is #ec1bae


#ec1bae Border Color

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

This div border color is #ec1bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1bae


Comments

No comments written yet.

Please login to write comment.