Color Hex Logo

#b76adc Color Hex

#B76ADC
(183,106,220)
0 Favorites   0 Comments

Color spaces of #b76adc

RGB 183106220
HSL0.780.620.64
HSV281°52°86°
CMYK 0.170.520.00   0.14
XYZ37.600725.542770.6586
Yxy25.54270.28100.1909
Hunter Lab50.539844.3562-47.5142
CIE-Lab57.600449.8045-46.2564

#b76adc color RGB value is (183,106,220).

#b76adc hex color red value is 183, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b76adc hue: 0.78 , saturation: 0.62 and the lightness value of b76adc is 0.64.

The process color (four color CMYK) of #b76adc color hex is 0.17, 0.52, 0.00, 0.14. Web safe color of #b76adc is #cc66cc. Color #b76adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101010 11011100
Octal 267 152 334
Decimal 183 106 220
Hex B7 6A DC

RGB Percentages of Color #b76adc

%35.95
%20.83
%43.22

CMYK Percentages of Color #b76adc

%17
%52
%0
%14

Triadic Colors of #b76adc

#b76adc #dcb76a #6adcb7

Analogous Colors of #b76adc

#b76adc #dc6ac8 #7e6adc

Monochromatic Colors of #b76adc

#b76adc

Complementary Color

#b76adc #8fdc6a

#b76adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76adc Color CSS Codes

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

#b76adc Text Font Color

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

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


#b76adc Background Color

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

This div background color is #b76adc


#b76adc Border Color

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

This div border color is #b76adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76adc


Comments

No comments written yet.

Please login to write comment.