Color Hex Logo

#b76adf Color Hex

#B76ADF
(183,106,223)
0 Favorites   0 Comments

Color spaces of #b76adf

RGB 183106223
HSL0.780.650.65
HSV279°52°87°
CMYK 0.180.520.00   0.13
XYZ38.001825.703172.7703
Yxy25.70310.27850.1883
Hunter Lab50.698245.0761-49.6138
CIE-Lab57.754250.4424-47.6994

#b76adf color RGB value is (183,106,223).

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

The process color (four color CMYK) of #b76adf color hex is 0.18, 0.52, 0.00, 0.13. Web safe color of #b76adf is #cc66cc. Color #b76adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101010 11011111
Octal 267 152 337
Decimal 183 106 223
Hex B7 6A DF

RGB Percentages of Color #b76adf

%35.74
%20.70
%43.55

CMYK Percentages of Color #b76adf

%18
%52
%0
%13

Triadic Colors of #b76adf

#b76adf #dfb76a #6adfb7

Analogous Colors of #b76adf

#b76adf #df6acd #7d6adf

Monochromatic Colors of #b76adf

#b76adf

Complementary Color

#b76adf #92df6a

#b76adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76adf Color CSS Codes

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

#b76adf Text Font Color

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

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


#b76adf Background Color

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

This div background color is #b76adf


#b76adf Border Color

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

This div border color is #b76adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76adf


Comments

No comments written yet.

Please login to write comment.