Color Hex Logo

#edb1ff Color Hex

#EDB1FF
(237,177,255)
0 Favorites   0 Comments

Color spaces of #edb1ff

RGB 237177255
HSL0.791.000.85
HSV286°31°100°
CMYK 0.070.310.00   0.00
XYZ68.697256.6688101.9252
Yxy56.66880.30220.2493
Hunter Lab75.278731.1564-27.5819
CIE-Lab79.992934.9519-30.1407

#edb1ff color RGB value is (237,177,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 11111111
Octal 355 261 377
Decimal 237 177 255
Hex ED B1 FF

RGB Percentages of Color #edb1ff

%35.43
%26.46
%38.12

CMYK Percentages of Color #edb1ff

%7
%31
%0
%0

Triadic Colors of #edb1ff

#edb1ff #ffedb1 #b1ffed

Analogous Colors of #edb1ff

#edb1ff #ffb1ea #c6b1ff

Monochromatic Colors of #edb1ff

#edb1ff

Complementary Color

#edb1ff #c3ffb1

#edb1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb1ff Color CSS Codes

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

#edb1ff Text Font Color

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

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


#edb1ff Background Color

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

This div background color is #edb1ff


#edb1ff Border Color

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

This div border color is #edb1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.