Color Hex Logo

#ecb8ef Color Hex

#ECB8EF
(236,184,239)
0 Favorites   0 Comments

Color spaces of #ecb8ef

RGB 236184239
HSL0.820.630.83
HSV297°23°94°
CMYK 0.010.230.00   0.06
XYZ67.312558.345889.3755
Yxy58.34580.31300.2713
Hunter Lab76.384423.6274-15.9046
CIE-Lab80.930727.8747-20.1401

#ecb8ef color RGB value is (236,184,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 11101111
Octal 354 270 357
Decimal 236 184 239
Hex EC B8 EF

RGB Percentages of Color #ecb8ef

%35.81
%27.92
%36.27

CMYK Percentages of Color #ecb8ef

%1
%23
%0
%6

Triadic Colors of #ecb8ef

#ecb8ef #efecb8 #b8efec

Analogous Colors of #ecb8ef

#ecb8ef #efb8d7 #d1b8ef

Monochromatic Colors of #ecb8ef

#ecb8ef

Complementary Color

#ecb8ef #bbefb8

#ecb8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb8ef Color CSS Codes

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

#ecb8ef Text Font Color

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

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


#ecb8ef Background Color

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

This div background color is #ecb8ef


#ecb8ef Border Color

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

This div border color is #ecb8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb8ef


Comments

No comments written yet.

Please login to write comment.