Color Hex Logo

#b76ddf Color Hex

#B76DDF
(183,109,223)
0 Favorites   0 Comments

Color spaces of #b76ddf

RGB 183109223
HSL0.770.640.65
HSV279°51°87°
CMYK 0.180.510.00   0.13
XYZ38.316426.332372.8752
Yxy26.33230.27860.1915
Hunter Lab51.315043.4829-48.2804
CIE-Lab58.351148.8829-46.7541

#b76ddf color RGB value is (183,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101101 11011111
Octal 267 155 337
Decimal 183 109 223
Hex B7 6D DF

RGB Percentages of Color #b76ddf

%35.53
%21.17
%43.30

CMYK Percentages of Color #b76ddf

%18
%51
%0
%13

Triadic Colors of #b76ddf

#b76ddf #dfb76d #6ddfb7

Analogous Colors of #b76ddf

#b76ddf #df6dce #7e6ddf

Monochromatic Colors of #b76ddf

#b76ddf

Complementary Color

#b76ddf #95df6d

#b76ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76ddf Color CSS Codes

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

#b76ddf Text Font Color

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

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


#b76ddf Background Color

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

This div background color is #b76ddf


#b76ddf Border Color

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

This div border color is #b76ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76ddf


Comments

No comments written yet.

Please login to write comment.