Color Hex Logo

#b780be Color Hex

#B780BE
(183,128,190)
0 Favorites   0 Comments

Color spaces of #b780be

RGB 183128190
HSL0.810.320.62
HSV293°33°75°
CMYK 0.040.330.00   0.25
XYZ36.541929.223352.4299
Yxy29.22330.30920.2472
Hunter Lab54.058626.0579-19.6627
CIE-Lab60.978231.7670-24.0394

#b780be color RGB value is (183,128,190).

#b780be hex color red value is 183, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b780be hue: 0.81 , saturation: 0.32 and the lightness value of b780be is 0.62.

The process color (four color CMYK) of #b780be color hex is 0.04, 0.33, 0.00, 0.25. Web safe color of #b780be is #cc99cc. Color #b780be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000000 10111110
Octal 267 200 276
Decimal 183 128 190
Hex B7 80 BE

RGB Percentages of Color #b780be

%36.53
%25.55
%37.92

CMYK Percentages of Color #b780be

%4
%33
%0
%25

Triadic Colors of #b780be

#b780be #beb780 #80beb7

Analogous Colors of #b780be

#b780be #be80a6 #9880be

Monochromatic Colors of #b780be

#b780be

Complementary Color

#b780be #87be80

#b780be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b780be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b780be Color CSS Codes

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

#b780be Text Font Color

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

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


#b780be Background Color

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

This div background color is #b780be


#b780be Border Color

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

This div border color is #b780be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b780be


Comments

No comments written yet.

Please login to write comment.