Color Hex Logo

#b78fcc Color Hex

#B78FCC
(183,143,204)
0 Favorites   0 Comments

Color spaces of #b78fcc

RGB 183143204
HSL0.780.370.68
HSV279°30°80°
CMYK 0.100.300.00   0.20
XYZ40.250034.071861.5819
Yxy34.07180.29620.2507
Hunter Lab58.371120.9361-21.6917
CIE-Lab65.019526.2513-25.7082

#b78fcc color RGB value is (183,143,204).

#b78fcc hex color red value is 183, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b78fcc hue: 0.78 , saturation: 0.37 and the lightness value of b78fcc is 0.68.

The process color (four color CMYK) of #b78fcc color hex is 0.10, 0.30, 0.00, 0.20. Web safe color of #b78fcc is #cc99cc. Color #b78fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001111 11001100
Octal 267 217 314
Decimal 183 143 204
Hex B7 8F CC

RGB Percentages of Color #b78fcc

%34.53
%26.98
%38.49

CMYK Percentages of Color #b78fcc

%10
%30
%0
%20

Triadic Colors of #b78fcc

#b78fcc #ccb78f #8fccb7

Analogous Colors of #b78fcc

#b78fcc #cc8fc3 #998fcc

Monochromatic Colors of #b78fcc

#b78fcc

Complementary Color

#b78fcc #a4cc8f

#b78fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78fcc Color CSS Codes

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

#b78fcc Text Font Color

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

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


#b78fcc Background Color

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

This div background color is #b78fcc


#b78fcc Border Color

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

This div border color is #b78fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78fcc


Comments

No comments written yet.

Please login to write comment.