Color Hex Logo

#ebc8fa Color Hex

#EBC8FA
(235,200,250)
0 Favorites   0 Comments

Color spaces of #ebc8fa

RGB 235200250
HSL0.780.830.88
HSV282°20°98°
CMYK 0.060.200.00   0.02
XYZ72.170565.872899.3534
Yxy65.87280.30400.2775
Hunter Lab81.162116.6912-15.7656
CIE-Lab84.931521.1034-19.9664

#ebc8fa color RGB value is (235,200,250).

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

The process color (four color CMYK) of #ebc8fa color hex is 0.06, 0.20, 0.00, 0.02. Web safe color of #ebc8fa is #ffccff. Color #ebc8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 11111010
Octal 353 310 372
Decimal 235 200 250
Hex EB C8 FA

RGB Percentages of Color #ebc8fa

%34.31
%29.20
%36.50

CMYK Percentages of Color #ebc8fa

%6
%20
%0
%2

Triadic Colors of #ebc8fa

#ebc8fa #faebc8 #c8faeb

Analogous Colors of #ebc8fa

#ebc8fa #fac8f0 #d2c8fa

Monochromatic Colors of #ebc8fa

#ebc8fa

Complementary Color

#ebc8fa #d7fac8

#ebc8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc8fa Color CSS Codes

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

#ebc8fa Text Font Color

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

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


#ebc8fa Background Color

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

This div background color is #ebc8fa


#ebc8fa Border Color

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

This div border color is #ebc8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc8fa


Comments

No comments written yet.

Please login to write comment.