Color Hex Logo

#b78ceb Color Hex

#B78CEB
(183,140,235)
0 Favorites   0 Comments

Color spaces of #b78ceb

RGB 183140235
HSL0.740.700.74
HSV267°40°92°
CMYK 0.220.400.00   0.08
XYZ43.901934.821683.0046
Yxy34.82160.27150.2153
Hunter Lab59.009829.5325-42.0918
CIE-Lab65.609534.7367-41.9962

#b78ceb color RGB value is (183,140,235).

#b78ceb hex color red value is 183, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b78ceb hue: 0.74 , saturation: 0.70 and the lightness value of b78ceb is 0.74.

The process color (four color CMYK) of #b78ceb color hex is 0.22, 0.40, 0.00, 0.08. Web safe color of #b78ceb is #cc99ff. Color #b78ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001100 11101011
Octal 267 214 353
Decimal 183 140 235
Hex B7 8C EB

RGB Percentages of Color #b78ceb

%32.80
%25.09
%42.11

CMYK Percentages of Color #b78ceb

%22
%40
%0
%8

Triadic Colors of #b78ceb

#b78ceb #ebb78c #8cebb7

Analogous Colors of #b78ceb

#b78ceb #e78ceb #8c91eb

Monochromatic Colors of #b78ceb

#b78ceb

Complementary Color

#b78ceb #c0eb8c

#b78ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78ceb Color CSS Codes

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

#b78ceb Text Font Color

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

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


#b78ceb Background Color

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

This div background color is #b78ceb


#b78ceb Border Color

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

This div border color is #b78ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78ceb


Comments

No comments written yet.

Please login to write comment.