Color Hex Logo

#ec5aeb Color Hex

#EC5AEB
(236,90,235)
0 Favorites   0 Comments

Color spaces of #ec5aeb

RGB 23690235
HSL0.830.790.64
HSV300°62°93°
CMYK 0.000.620.00   0.07
XYZ53.243631.143481.8023
Yxy31.14340.32040.1874
Hunter Lab55.806372.6422-47.8444
CIE-Lab62.628573.2572-46.2495

#ec5aeb color RGB value is (236,90,235).

#ec5aeb hex color red value is 236, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ec5aeb hue: 0.83 , saturation: 0.79 and the lightness value of ec5aeb is 0.64.

The process color (four color CMYK) of #ec5aeb color hex is 0.00, 0.62, 0.00, 0.07. Web safe color of #ec5aeb is #ff66ff. Color #ec5aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011010 11101011
Octal 354 132 353
Decimal 236 90 235
Hex EC 5A EB

RGB Percentages of Color #ec5aeb

%42.07
%16.04
%41.89

CMYK Percentages of Color #ec5aeb

%0
%62
%0
%7

Triadic Colors of #ec5aeb

#ec5aeb #ebec5a #5aebec

Analogous Colors of #ec5aeb

#ec5aeb #ec5aa2 #a45aec

Monochromatic Colors of #ec5aeb

#ec5aeb

Complementary Color

#ec5aeb #5aec5b

#ec5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec5aeb Color CSS Codes

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

#ec5aeb Text Font Color

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

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


#ec5aeb Background Color

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

This div background color is #ec5aeb


#ec5aeb Border Color

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

This div border color is #ec5aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec5aeb


Comments

No comments written yet.

Please login to write comment.