Color Hex Logo

#ebc1ff Color Hex

#EBC1FF
(235,193,255)
0 Favorites   0 Comments

Color spaces of #ebc1ff

RGB 235193255
HSL0.781.000.88
HSV281°24°100°
CMYK 0.080.240.00   0.00
XYZ71.380963.0221103.0100
Yxy63.02210.30070.2655
Hunter Lab79.386521.5732-21.3628
CIE-Lab83.454025.8022-24.8650

#ebc1ff color RGB value is (235,193,255).

#ebc1ff hex color red value is 235, green value is 193 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ebc1ff hue: 0.78 , saturation: 1.00 and the lightness value of ebc1ff is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 11111111
Octal 353 301 377
Decimal 235 193 255
Hex EB C1 FF

RGB Percentages of Color #ebc1ff

%34.41
%28.26
%37.34

CMYK Percentages of Color #ebc1ff

%8
%24
%0
%0

Triadic Colors of #ebc1ff

#ebc1ff #ffebc1 #c1ffeb

Analogous Colors of #ebc1ff

#ebc1ff #ffc1f4 #ccc1ff

Monochromatic Colors of #ebc1ff

#ebc1ff

Complementary Color

#ebc1ff #d5ffc1

#ebc1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1ff Color CSS Codes

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

#ebc1ff Text Font Color

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

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


#ebc1ff Background Color

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

This div background color is #ebc1ff


#ebc1ff Border Color

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

This div border color is #ebc1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1ff


Comments

No comments written yet.

Please login to write comment.