Color Hex Logo

#ecb0ff Color Hex

#ECB0FF
(236,176,255)
0 Favorites   0 Comments

Color spaces of #ecb0ff

RGB 236176255
HSL0.791.000.85
HSV286°31°100°
CMYK 0.070.310.00   0.00
XYZ68.167456.1035101.8440
Yxy56.10350.30150.2481
Hunter Lab74.902331.3711-28.1845
CIE-Lab79.672735.1758-30.6409

#ecb0ff color RGB value is (236,176,255).

#ecb0ff hex color red value is 236, green value is 176 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ecb0ff hue: 0.79 , saturation: 1.00 and the lightness value of ecb0ff is 0.85.

The process color (four color CMYK) of #ecb0ff color hex is 0.07, 0.31, 0.00, 0.00. Web safe color of #ecb0ff is #ff99ff. Color #ecb0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110000 11111111
Octal 354 260 377
Decimal 236 176 255
Hex EC B0 FF

RGB Percentages of Color #ecb0ff

%35.38
%26.39
%38.23

CMYK Percentages of Color #ecb0ff

%7
%31
%0
%0

Triadic Colors of #ecb0ff

#ecb0ff #ffecb0 #b0ffec

Analogous Colors of #ecb0ff

#ecb0ff #ffb0eb #c5b0ff

Monochromatic Colors of #ecb0ff

#ecb0ff

Complementary Color

#ecb0ff #c3ffb0

#ecb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb0ff Color CSS Codes

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

#ecb0ff Text Font Color

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

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


#ecb0ff Background Color

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

This div background color is #ecb0ff


#ecb0ff Border Color

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

This div border color is #ecb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb0ff


Comments

No comments written yet.

Please login to write comment.