Color Hex Logo

#ebc4ff Color Hex

#EBC4FF
(235,196,255)
0 Favorites   0 Comments

Color spaces of #ebc4ff

RGB 235196255
HSL0.781.000.88
HSV280°23°100°
CMYK 0.080.230.00   0.00
XYZ72.050964.3620103.2334
Yxy64.36200.30070.2686
Hunter Lab80.225919.9155-20.1352
CIE-Lab84.153924.2030-23.8001

#ebc4ff color RGB value is (235,196,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 11111111
Octal 353 304 377
Decimal 235 196 255
Hex EB C4 FF

RGB Percentages of Color #ebc4ff

%34.26
%28.57
%37.17

CMYK Percentages of Color #ebc4ff

%8
%23
%0
%0

Triadic Colors of #ebc4ff

#ebc4ff #ffebc4 #c4ffeb

Analogous Colors of #ebc4ff

#ebc4ff #ffc4f6 #cec4ff

Monochromatic Colors of #ebc4ff

#ebc4ff

Complementary Color

#ebc4ff #d8ffc4

#ebc4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc4ff Color CSS Codes

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

#ebc4ff Text Font Color

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

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


#ebc4ff Background Color

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

This div background color is #ebc4ff


#ebc4ff Border Color

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

This div border color is #ebc4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc4ff

#ebc4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.