Color Hex Logo

#b78edd Color Hex

#B78EDD
(183,142,221)
0 Favorites   0 Comments

Color spaces of #b78edd

RGB 183142221
HSL0.750.540.71
HSV271°36°87°
CMYK 0.170.360.00   0.13
XYZ42.252634.633772.8646
Yxy34.63370.28220.2313
Hunter Lab58.850425.1688-32.2136
CIE-Lab65.462530.4686-34.4846

#b78edd color RGB value is (183,142,221).

#b78edd hex color red value is 183, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b78edd hue: 0.75 , saturation: 0.54 and the lightness value of b78edd is 0.71.

The process color (four color CMYK) of #b78edd color hex is 0.17, 0.36, 0.00, 0.13. Web safe color of #b78edd is #cc99cc. Color #b78edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001110 11011101
Octal 267 216 335
Decimal 183 142 221
Hex B7 8E DD

RGB Percentages of Color #b78edd

%33.52
%26.01
%40.48

CMYK Percentages of Color #b78edd

%17
%36
%0
%13

Triadic Colors of #b78edd

#b78edd #ddb78e #8eddb7

Analogous Colors of #b78edd

#b78edd #dd8edc #908edd

Monochromatic Colors of #b78edd

#b78edd

Complementary Color

#b78edd #b4dd8e

#b78edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78edd Color CSS Codes

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

#b78edd Text Font Color

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

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


#b78edd Background Color

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

This div background color is #b78edd


#b78edd Border Color

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

This div border color is #b78edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78edd


Comments

No comments written yet.

Please login to write comment.