Color Hex Logo

#ebd2ff Color Hex

#EBD2FF
(235,210,255)
0 Favorites   0 Comments

Color spaces of #ebd2ff

RGB 235210255
HSL0.761.000.91
HSV273°18°100°
CMYK 0.080.180.00   0.00
XYZ75.357570.9754104.3356
Yxy70.97540.30060.2831
Hunter Lab84.246912.2333-14.4549
CIE-Lab87.473116.7663-18.7742

#ebd2ff color RGB value is (235,210,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 11111111
Octal 353 322 377
Decimal 235 210 255
Hex EB D2 FF

RGB Percentages of Color #ebd2ff

%33.57
%30.00
%36.43

CMYK Percentages of Color #ebd2ff

%8
%18
%0
%0

Triadic Colors of #ebd2ff

#ebd2ff #ffebd2 #d2ffeb

Analogous Colors of #ebd2ff

#ebd2ff #ffd2fd #d5d2ff

Monochromatic Colors of #ebd2ff

#ebd2ff

Complementary Color

#ebd2ff #e6ffd2

#ebd2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd2ff Color CSS Codes

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

#ebd2ff Text Font Color

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

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


#ebd2ff Background Color

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

This div background color is #ebd2ff


#ebd2ff Border Color

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

This div border color is #ebd2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd2ff


Comments

No comments written yet.

Please login to write comment.