Color Hex Logo

#eeb7fb Color Hex

#EEB7FB
(238,183,251)
0 Favorites   0 Comments

Color spaces of #eeb7fb

RGB 238183251
HSL0.800.890.85
HSV289°27°98°
CMYK 0.050.270.00   0.02
XYZ69.606059.009298.9881
Yxy59.00920.30580.2593
Hunter Lab76.817427.3123-22.6298
CIE-Lab81.296731.3025-25.9953

#eeb7fb color RGB value is (238,183,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110111 11111011
Octal 356 267 373
Decimal 238 183 251
Hex EE B7 FB

RGB Percentages of Color #eeb7fb

%35.42
%27.23
%37.35

CMYK Percentages of Color #eeb7fb

%5
%27
%0
%2

Triadic Colors of #eeb7fb

#eeb7fb #fbeeb7 #b7fbee

Analogous Colors of #eeb7fb

#eeb7fb #fbb7e6 #ccb7fb

Monochromatic Colors of #eeb7fb

#eeb7fb

Complementary Color

#eeb7fb #c4fbb7

#eeb7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb7fb Color CSS Codes

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

#eeb7fb Text Font Color

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

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


#eeb7fb Background Color

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

This div background color is #eeb7fb


#eeb7fb Border Color

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

This div border color is #eeb7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb7fb


Comments

No comments written yet.

Please login to write comment.