Color Hex Logo

#b78bcf Color Hex

#B78BCF
(183,139,207)
0 Favorites   0 Comments

Color spaces of #b78bcf

RGB 183139207
HSL0.770.410.68
HSV279°33°81°
CMYK 0.120.330.00   0.19
XYZ40.023533.037563.2989
Yxy33.03750.29350.2423
Hunter Lab57.478323.7069-25.0593
CIE-Lab64.191329.1158-28.6593

#b78bcf color RGB value is (183,139,207).

#b78bcf hex color red value is 183, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b78bcf hue: 0.77 , saturation: 0.41 and the lightness value of b78bcf is 0.68.

The process color (four color CMYK) of #b78bcf color hex is 0.12, 0.33, 0.00, 0.19. Web safe color of #b78bcf is #cc99cc. Color #b78bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001011 11001111
Octal 267 213 317
Decimal 183 139 207
Hex B7 8B CF

RGB Percentages of Color #b78bcf

%34.59
%26.28
%39.13

CMYK Percentages of Color #b78bcf

%12
%33
%0
%19

Triadic Colors of #b78bcf

#b78bcf #cfb78b #8bcfb7

Analogous Colors of #b78bcf

#b78bcf #cf8bc5 #958bcf

Monochromatic Colors of #b78bcf

#b78bcf

Complementary Color

#b78bcf #a3cf8b

#b78bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78bcf Color CSS Codes

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

#b78bcf Text Font Color

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

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


#b78bcf Background Color

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

This div background color is #b78bcf


#b78bcf Border Color

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

This div border color is #b78bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78bcf

#b78bcf Color Palettes


Comments

No comments written yet.

Please login to write comment.