Color Hex Logo

#ecb6ef Color Hex

#ECB6EF
(236,182,239)
0 Favorites   0 Comments

Color spaces of #ecb6ef

RGB 236182239
HSL0.820.640.83
HSV297°24°94°
CMYK 0.010.240.00   0.06
XYZ66.900057.520889.2380
Yxy57.52080.31310.2692
Hunter Lab75.842524.7290-16.6723
CIE-Lab80.471628.9410-20.8354

#ecb6ef color RGB value is (236,182,239).

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

The process color (four color CMYK) of #ecb6ef color hex is 0.01, 0.24, 0.00, 0.06. Web safe color of #ecb6ef is #ffccff. Color #ecb6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 11101111
Octal 354 266 357
Decimal 236 182 239
Hex EC B6 EF

RGB Percentages of Color #ecb6ef

%35.92
%27.70
%36.38

CMYK Percentages of Color #ecb6ef

%1
%24
%0
%6

Triadic Colors of #ecb6ef

#ecb6ef #efecb6 #b6efec

Analogous Colors of #ecb6ef

#ecb6ef #efb6d6 #d0b6ef

Monochromatic Colors of #ecb6ef

#ecb6ef

Complementary Color

#ecb6ef #b9efb6

#ecb6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb6ef Color CSS Codes

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

#ecb6ef Text Font Color

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

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


#ecb6ef Background Color

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

This div background color is #ecb6ef


#ecb6ef Border Color

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

This div border color is #ecb6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb6ef


Comments

No comments written yet.

Please login to write comment.