Color Hex Logo

#ebabff Color Hex

#EBABFF
(235,171,255)
0 Favorites   0 Comments

Color spaces of #ebabff

RGB 235171255
HSL0.791.000.84
HSV286°33°100°
CMYK 0.080.330.00   0.00
XYZ66.873954.0080101.5077
Yxy54.00800.30070.2429
Hunter Lab73.490133.8221-30.4508
CIE-Lab78.466437.5264-32.5052

#ebabff color RGB value is (235,171,255).

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

The process color (four color CMYK) of #ebabff color hex is 0.08, 0.33, 0.00, 0.00. Web safe color of #ebabff is #ff99ff. Color #ebabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11111111
Octal 353 253 377
Decimal 235 171 255
Hex EB AB FF

RGB Percentages of Color #ebabff

%35.55
%25.87
%38.58

CMYK Percentages of Color #ebabff

%8
%33
%0
%0

Triadic Colors of #ebabff

#ebabff #ffebab #abffeb

Analogous Colors of #ebabff

#ebabff #ffabe9 #c1abff

Monochromatic Colors of #ebabff

#ebabff

Complementary Color

#ebabff #bfffab

#ebabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabff Color CSS Codes

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

#ebabff Text Font Color

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

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


#ebabff Background Color

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

This div background color is #ebabff


#ebabff Border Color

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

This div border color is #ebabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabff

#ebabff Color Palettes


Comments

No comments written yet.

Please login to write comment.