Color Hex Logo

#ebabf8 Color Hex

#EBABF8
(235,171,248)
0 Favorites   0 Comments

Color spaces of #ebabf8

RGB 235171248
HSL0.810.850.82
HSV290°31°97°
CMYK 0.050.310.00   0.03
XYZ65.767153.565395.6798
Yxy53.56530.30590.2491
Hunter Lab73.188332.3207-26.2786
CIE-Lab78.207636.1750-29.1384

#ebabf8 color RGB value is (235,171,248).

#ebabf8 hex color red value is 235, green value is 171 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ebabf8 hue: 0.81 , saturation: 0.85 and the lightness value of ebabf8 is 0.82.

The process color (four color CMYK) of #ebabf8 color hex is 0.05, 0.31, 0.00, 0.03. Web safe color of #ebabf8 is #ff99ff. Color #ebabf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11111000
Octal 353 253 370
Decimal 235 171 248
Hex EB AB F8

RGB Percentages of Color #ebabf8

%35.93
%26.15
%37.92

CMYK Percentages of Color #ebabf8

%5
%31
%0
%3

Triadic Colors of #ebabf8

#ebabf8 #f8ebab #abf8eb

Analogous Colors of #ebabf8

#ebabf8 #f8abdf #c5abf8

Monochromatic Colors of #ebabf8

#ebabf8

Complementary Color

#ebabf8 #b8f8ab

#ebabf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabf8 Color CSS Codes

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

#ebabf8 Text Font Color

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

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


#ebabf8 Background Color

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

This div background color is #ebabf8


#ebabf8 Border Color

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

This div border color is #ebabf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabf8

Related Colors


Comments

No comments written yet.

Please login to write comment.