Color Hex Logo

#b765db Color Hex

#B765DB
(183,101,219)
0 Favorites   0 Comments

Color spaces of #b765db

RGB 183101219
HSL0.780.620.63
HSV282°54°86°
CMYK 0.160.540.00   0.14
XYZ36.968324.489169.7963
Yxy24.48910.28170.1866
Hunter Lab49.486546.7451-48.9828
CIE-Lab56.574252.1585-47.3185

#b765db color RGB value is (183,101,219).

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

The process color (four color CMYK) of #b765db color hex is 0.16, 0.54, 0.00, 0.14. Web safe color of #b765db is #cc66cc. Color #b765db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 11011011
Octal 267 145 333
Decimal 183 101 219
Hex B7 65 DB

RGB Percentages of Color #b765db

%36.38
%20.08
%43.54

CMYK Percentages of Color #b765db

%16
%54
%0
%14

Triadic Colors of #b765db

#b765db #dbb765 #65dbb7

Analogous Colors of #b765db

#b765db #db65c4 #7c65db

Monochromatic Colors of #b765db

#b765db

Complementary Color

#b765db #89db65

#b765db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b765db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b765db Color CSS Codes

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

#b765db Text Font Color

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

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


#b765db Background Color

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

This div background color is #b765db


#b765db Border Color

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

This div border color is #b765db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b765db


Comments

No comments written yet.

Please login to write comment.