Color Hex Logo

#b276da Color Hex

#B276DA
(178,118,218)
0 Favorites   0 Comments

Color spaces of #b276da

RGB 178118218
HSL0.770.570.66
HSV276°46°85°
CMYK 0.180.460.00   0.15
XYZ37.493427.483869.6585
Yxy27.48380.27850.2041
Hunter Lab52.425035.9162-42.0827
CIE-Lab59.419541.6142-42.2992

#b276da color RGB value is (178,118,218).

#b276da hex color red value is 178, green value is 118 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b276da hue: 0.77 , saturation: 0.57 and the lightness value of b276da is 0.66.

The process color (four color CMYK) of #b276da color hex is 0.18, 0.46, 0.00, 0.15. Web safe color of #b276da is #9966cc. Color #b276da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 11011010
Octal 262 166 332
Decimal 178 118 218
Hex B2 76 DA

RGB Percentages of Color #b276da

%34.63
%22.96
%42.41

CMYK Percentages of Color #b276da

%18
%46
%0
%15

Triadic Colors of #b276da

#b276da #dab276 #76dab2

Analogous Colors of #b276da

#b276da #da76d0 #8076da

Monochromatic Colors of #b276da

#b276da

Complementary Color

#b276da #9eda76

#b276da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b276da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b276da Color CSS Codes

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

#b276da Text Font Color

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

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


#b276da Background Color

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

This div background color is #b276da


#b276da Border Color

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

This div border color is #b276da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,118,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 #b276da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b276da


Comments

No comments written yet.

Please login to write comment.