Color Hex Logo

#edb7fb Color Hex

#EDB7FB
(237,183,251)
0 Favorites   0 Comments

Color spaces of #edb7fb

RGB 237183251
HSL0.800.890.85
HSV288°27°98°
CMYK 0.060.270.00   0.02
XYZ69.271158.836598.9724
Yxy58.83650.30510.2591
Hunter Lab76.705026.9670-22.8084
CIE-Lab81.201630.9881-26.1489

#edb7fb color RGB value is (237,183,251).

#edb7fb hex color red value is 237, green value is 183 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edb7fb hue: 0.80 , saturation: 0.89 and the lightness value of edb7fb is 0.85.

The process color (four color CMYK) of #edb7fb color hex is 0.06, 0.27, 0.00, 0.02. Web safe color of #edb7fb is #ffccff. Color #edb7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 11111011
Octal 355 267 373
Decimal 237 183 251
Hex ED B7 FB

RGB Percentages of Color #edb7fb

%35.32
%27.27
%37.41

CMYK Percentages of Color #edb7fb

%6
%27
%0
%2

Triadic Colors of #edb7fb

#edb7fb #fbedb7 #b7fbed

Analogous Colors of #edb7fb

#edb7fb #fbb7e7 #cbb7fb

Monochromatic Colors of #edb7fb

#edb7fb

Complementary Color

#edb7fb #c5fbb7

#edb7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb7fb Color CSS Codes

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

#edb7fb Text Font Color

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

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


#edb7fb Background Color

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

This div background color is #edb7fb


#edb7fb Border Color

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

This div border color is #edb7fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,183,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb7fb


Comments

No comments written yet.

Please login to write comment.