Color Hex Logo

#b78eca Color Hex

#B78ECA
(183,142,202)
0 Favorites   0 Comments

Color spaces of #b78eca

RGB 183142202
HSL0.780.360.67
HSV281°30°79°
CMYK 0.090.300.00   0.21
XYZ39.862133.677560.2766
Yxy33.67750.29790.2517
Hunter Lab58.032321.0542-20.9603
CIE-Lab64.705826.3936-25.0722

#b78eca color RGB value is (183,142,202).

#b78eca hex color red value is 183, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b78eca hue: 0.78 , saturation: 0.36 and the lightness value of b78eca is 0.67.

The process color (four color CMYK) of #b78eca color hex is 0.09, 0.30, 0.00, 0.21. Web safe color of #b78eca is #cc99cc. Color #b78eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001110 11001010
Octal 267 216 312
Decimal 183 142 202
Hex B7 8E CA

RGB Percentages of Color #b78eca

%34.72
%26.94
%38.33

CMYK Percentages of Color #b78eca

%9
%30
%0
%21

Triadic Colors of #b78eca

#b78eca #cab78e #8ecab7

Analogous Colors of #b78eca

#b78eca #ca8ebf #998eca

Monochromatic Colors of #b78eca

#b78eca

Complementary Color

#b78eca #a1ca8e

#b78eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78eca Color CSS Codes

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

#b78eca Text Font Color

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

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


#b78eca Background Color

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

This div background color is #b78eca


#b78eca Border Color

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

This div border color is #b78eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78eca


Comments

No comments written yet.

Please login to write comment.