Color Hex Logo

#b76cdf Color Hex

#B76CDF
(183,108,223)
0 Favorites   0 Comments

Color spaces of #b76cdf

RGB 183108223
HSL0.780.640.65
HSV279°52°87°
CMYK 0.180.520.00   0.13
XYZ38.210326.120172.8398
Yxy26.12010.27860.1904
Hunter Lab51.107844.0152-48.7257
CIE-Lab58.150949.4048-47.0710

#b76cdf color RGB value is (183,108,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101100 11011111
Octal 267 154 337
Decimal 183 108 223
Hex B7 6C DF

RGB Percentages of Color #b76cdf

%35.60
%21.01
%43.39

CMYK Percentages of Color #b76cdf

%18
%52
%0
%13

Triadic Colors of #b76cdf

#b76cdf #dfb76c #6cdfb7

Analogous Colors of #b76cdf

#b76cdf #df6cce #7e6cdf

Monochromatic Colors of #b76cdf

#b76cdf

Complementary Color

#b76cdf #94df6c

#b76cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76cdf Color CSS Codes

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

#b76cdf Text Font Color

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

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


#b76cdf Background Color

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

This div background color is #b76cdf


#b76cdf Border Color

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

This div border color is #b76cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76cdf


Comments

No comments written yet.

Please login to write comment.