Color Hex Logo

#b78edb Color Hex

#B78EDB
(183,142,219)
0 Favorites   0 Comments

Color spaces of #b78edb

RGB 183142219
HSL0.760.520.71
HSV272°35°86°
CMYK 0.160.350.00   0.14
XYZ41.987634.527871.4694
Yxy34.52780.28370.2333
Hunter Lab58.760424.7177-30.9813
CIE-Lab65.379430.0274-33.5042

#b78edb color RGB value is (183,142,219).

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

The process color (four color CMYK) of #b78edb color hex is 0.16, 0.35, 0.00, 0.14. Web safe color of #b78edb is #cc99cc. Color #b78edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001110 11011011
Octal 267 216 333
Decimal 183 142 219
Hex B7 8E DB

RGB Percentages of Color #b78edb

%33.64
%26.10
%40.26

CMYK Percentages of Color #b78edb

%16
%35
%0
%14

Triadic Colors of #b78edb

#b78edb #dbb78e #8edbb7

Analogous Colors of #b78edb

#b78edb #db8ed9 #918edb

Monochromatic Colors of #b78edb

#b78edb

Complementary Color

#b78edb #b2db8e

#b78edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78edb Color CSS Codes

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

#b78edb Text Font Color

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

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


#b78edb Background Color

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

This div background color is #b78edb


#b78edb Border Color

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

This div border color is #b78edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78edb


Comments

No comments written yet.

Please login to write comment.