Color Hex Logo

#b789ce Color Hex

#B789CE
(183,137,206)
0 Favorites   0 Comments

Color spaces of #b789ce

RGB 183137206
HSL0.780.410.67
HSV280°33°81°
CMYK 0.110.330.00   0.19
XYZ39.614732.414862.5613
Yxy32.41480.29430.2408
Hunter Lab56.934024.5659-25.2964
CIE-Lab63.684230.0209-28.8826

#b789ce color RGB value is (183,137,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001001 11001110
Octal 267 211 316
Decimal 183 137 206
Hex B7 89 CE

RGB Percentages of Color #b789ce

%34.79
%26.05
%39.16

CMYK Percentages of Color #b789ce

%11
%33
%0
%19

Triadic Colors of #b789ce

#b789ce #ceb789 #89ceb7

Analogous Colors of #b789ce

#b789ce #ce89c3 #9589ce

Monochromatic Colors of #b789ce

#b789ce

Complementary Color

#b789ce #a0ce89

#b789ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b789ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b789ce Color CSS Codes

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

#b789ce Text Font Color

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

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


#b789ce Background Color

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

This div background color is #b789ce


#b789ce Border Color

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

This div border color is #b789ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b789ce


Comments

No comments written yet.

Please login to write comment.