Color Hex Logo

#ebd1ff Color Hex

#EBD1FF
(235,209,255)
0 Favorites   0 Comments

Color spaces of #ebd1ff

RGB 235209255
HSL0.761.000.91
HSV274°18°100°
CMYK 0.080.180.00   0.00
XYZ75.111470.4831104.2535
Yxy70.48310.30060.2821
Hunter Lab83.954212.7789-14.8578
CIE-Lab87.233317.2956-19.1359

#ebd1ff color RGB value is (235,209,255).

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

The process color (four color CMYK) of #ebd1ff color hex is 0.08, 0.18, 0.00, 0.00. Web safe color of #ebd1ff is #ffccff. Color #ebd1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 11111111
Octal 353 321 377
Decimal 235 209 255
Hex EB D1 FF

RGB Percentages of Color #ebd1ff

%33.62
%29.90
%36.48

CMYK Percentages of Color #ebd1ff

%8
%18
%0
%0

Triadic Colors of #ebd1ff

#ebd1ff #ffebd1 #d1ffeb

Analogous Colors of #ebd1ff

#ebd1ff #ffd1fc #d4d1ff

Monochromatic Colors of #ebd1ff

#ebd1ff

Complementary Color

#ebd1ff #e5ffd1

#ebd1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd1ff Color CSS Codes

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

#ebd1ff Text Font Color

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

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


#ebd1ff Background Color

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

This div background color is #ebd1ff


#ebd1ff Border Color

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

This div border color is #ebd1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.