Color Hex Logo

#ebc3fc Color Hex

#EBC3FC
(235,195,252)
0 Favorites   0 Comments

Color spaces of #ebc3fc

RGB 235195252
HSL0.780.900.88
HSV282°23°99°
CMYK 0.070.230.00   0.01
XYZ71.346763.7207100.6344
Yxy63.72070.30270.2703
Hunter Lab79.825219.8466-18.8683
CIE-Lab83.820124.1514-22.7127

#ebc3fc color RGB value is (235,195,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 11111100
Octal 353 303 374
Decimal 235 195 252
Hex EB C3 FC

RGB Percentages of Color #ebc3fc

%34.46
%28.59
%36.95

CMYK Percentages of Color #ebc3fc

%7
%23
%0
%1

Triadic Colors of #ebc3fc

#ebc3fc #fcebc3 #c3fceb

Analogous Colors of #ebc3fc

#ebc3fc #fcc3f1 #cfc3fc

Monochromatic Colors of #ebc3fc

#ebc3fc

Complementary Color

#ebc3fc #d4fcc3

#ebc3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc3fc Color CSS Codes

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

#ebc3fc Text Font Color

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

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


#ebc3fc Background Color

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

This div background color is #ebc3fc


#ebc3fc Border Color

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

This div border color is #ebc3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.