Color Hex Logo

#b780da Color Hex

#B780DA
(183,128,218)
0 Favorites   0 Comments

Color spaces of #b780da

RGB 183128218
HSL0.770.550.68
HSV277°41°85°
CMYK 0.160.410.00   0.15
XYZ39.902530.567670.1267
Yxy30.56760.28380.2174
Hunter Lab55.288032.0733-36.5012
CIE-Lab62.140937.5755-37.9924

#b780da color RGB value is (183,128,218).

#b780da hex color red value is 183, green value is 128 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b780da hue: 0.77 , saturation: 0.55 and the lightness value of b780da is 0.68.

The process color (four color CMYK) of #b780da color hex is 0.16, 0.41, 0.00, 0.15. Web safe color of #b780da is #cc99cc. Color #b780da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000000 11011010
Octal 267 200 332
Decimal 183 128 218
Hex B7 80 DA

RGB Percentages of Color #b780da

%34.59
%24.20
%41.21

CMYK Percentages of Color #b780da

%16
%41
%0
%15

Triadic Colors of #b780da

#b780da #dab780 #80dab7

Analogous Colors of #b780da

#b780da #da80d0 #8a80da

Monochromatic Colors of #b780da

#b780da

Complementary Color

#b780da #a3da80

#b780da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b780da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b780da Color CSS Codes

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

#b780da Text Font Color

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

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


#b780da Background Color

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

This div background color is #b780da


#b780da Border Color

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

This div border color is #b780da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b780da


Comments

No comments written yet.

Please login to write comment.