Color Hex Logo

#b780de Color Hex

#B780DE
(183,128,222)
0 Favorites   0 Comments

Color spaces of #b780de

RGB 183128222
HSL0.760.590.69
HSV275°42°87°
CMYK 0.180.420.00   0.13
XYZ40.432430.779572.9173
Yxy30.77950.28050.2136
Hunter Lab55.479332.9992-39.0903
CIE-Lab62.321138.4490-39.9431

#b780de color RGB value is (183,128,222).

#b780de hex color red value is 183, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b780de hue: 0.76 , saturation: 0.59 and the lightness value of b780de is 0.69.

The process color (four color CMYK) of #b780de color hex is 0.18, 0.42, 0.00, 0.13. Web safe color of #b780de is #cc99cc. Color #b780de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000000 11011110
Octal 267 200 336
Decimal 183 128 222
Hex B7 80 DE

RGB Percentages of Color #b780de

%34.33
%24.02
%41.65

CMYK Percentages of Color #b780de

%18
%42
%0
%13

Triadic Colors of #b780de

#b780de #deb780 #80deb7

Analogous Colors of #b780de

#b780de #de80d6 #8880de

Monochromatic Colors of #b780de

#b780de

Complementary Color

#b780de #a7de80

#b780de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b780de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b780de Color CSS Codes

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

#b780de Text Font Color

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

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


#b780de Background Color

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

This div background color is #b780de


#b780de Border Color

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

This div border color is #b780de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b780de


Comments

No comments written yet.

Please login to write comment.