Color Hex Logo

#eb9cfa Color Hex

#EB9CFA
(235,156,250)
0 Favorites   0 Comments

Color spaces of #eb9cfa

RGB 235156250
HSL0.810.900.80
HSV290°38°98°
CMYK 0.060.380.00   0.02
XYZ63.404748.341296.4315
Yxy48.34120.30460.2322
Hunter Lab69.527841.1063-33.5627
CIE-Lab75.039644.4700-35.1007

#eb9cfa color RGB value is (235,156,250).

#eb9cfa hex color red value is 235, green value is 156 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eb9cfa hue: 0.81 , saturation: 0.90 and the lightness value of eb9cfa is 0.80.

The process color (four color CMYK) of #eb9cfa color hex is 0.06, 0.38, 0.00, 0.02. Web safe color of #eb9cfa is #ff99ff. Color #eb9cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011100 11111010
Octal 353 234 372
Decimal 235 156 250
Hex EB 9C FA

RGB Percentages of Color #eb9cfa

%36.66
%24.34
%39.00

CMYK Percentages of Color #eb9cfa

%6
%38
%0
%2

Triadic Colors of #eb9cfa

#eb9cfa #faeb9c #9cfaeb

Analogous Colors of #eb9cfa

#eb9cfa #fa9cda #bc9cfa

Monochromatic Colors of #eb9cfa

#eb9cfa

Complementary Color

#eb9cfa #abfa9c

#eb9cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9cfa Color CSS Codes

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

#eb9cfa Text Font Color

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

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


#eb9cfa Background Color

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

This div background color is #eb9cfa


#eb9cfa Border Color

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

This div border color is #eb9cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9cfa


Comments

No comments written yet.

Please login to write comment.