Color Hex Logo

#ecb3ec Color Hex

#ECB3EC
(236,179,236)
0 Favorites   0 Comments

Color spaces of #ecb3ec

RGB 236179236
HSL0.830.600.81
HSV300°24°93°
CMYK 0.000.240.00   0.07
XYZ65.852556.129286.7201
Yxy56.12920.31550.2689
Hunter Lab74.919425.7885-16.1853
CIE-Lab79.687329.9882-20.4106

#ecb3ec color RGB value is (236,179,236).

#ecb3ec hex color red value is 236, green value is 179 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ecb3ec hue: 0.83 , saturation: 0.60 and the lightness value of ecb3ec is 0.81.

The process color (four color CMYK) of #ecb3ec color hex is 0.00, 0.24, 0.00, 0.07. Web safe color of #ecb3ec is #ffccff. Color #ecb3ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 11101100
Octal 354 263 354
Decimal 236 179 236
Hex EC B3 EC

RGB Percentages of Color #ecb3ec

%36.25
%27.50
%36.25

CMYK Percentages of Color #ecb3ec

%0
%24
%0
%7

Triadic Colors of #ecb3ec

#ecb3ec #ececb3 #b3ecec

Analogous Colors of #ecb3ec

#ecb3ec #ecb3d0 #d0b3ec

Monochromatic Colors of #ecb3ec

#ecb3ec

Complementary Color

#ecb3ec #b3ecb3

#ecb3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb3ec Color CSS Codes

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

#ecb3ec Text Font Color

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

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


#ecb3ec Background Color

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

This div background color is #ecb3ec


#ecb3ec Border Color

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

This div border color is #ecb3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb3ec


Comments

No comments written yet.

Please login to write comment.