Color Hex Logo

#ec6aeb Color Hex

#EC6AEB
(236,106,235)
0 Favorites   0 Comments

Color spaces of #ec6aeb

RGB 236106235
HSL0.830.770.67
HSV300°55°93°
CMYK 0.000.550.00   0.07
XYZ54.741534.139182.3016
Yxy34.13910.31980.1994
Hunter Lab58.428764.9855-42.6148
CIE-Lab65.072866.5508-42.4043

#ec6aeb color RGB value is (236,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101010 11101011
Octal 354 152 353
Decimal 236 106 235
Hex EC 6A EB

RGB Percentages of Color #ec6aeb

%40.90
%18.37
%40.73

CMYK Percentages of Color #ec6aeb

%0
%55
%0
%7

Triadic Colors of #ec6aeb

#ec6aeb #ebec6a #6aebec

Analogous Colors of #ec6aeb

#ec6aeb #ec6aaa #ac6aec

Monochromatic Colors of #ec6aeb

#ec6aeb

Complementary Color

#ec6aeb #6aec6b

#ec6aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6aeb Color CSS Codes

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

#ec6aeb Text Font Color

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

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


#ec6aeb Background Color

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

This div background color is #ec6aeb


#ec6aeb Border Color

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

This div border color is #ec6aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,106,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 #ec6aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6aeb


Comments

No comments written yet.

Please login to write comment.