Color Hex Logo

#b769dd Color Hex

#B769DD
(183,105,221)
0 Favorites   0 Comments

Color spaces of #b769dd

RGB 183105221
HSL0.780.630.64
HSV280°52°87°
CMYK 0.170.520.00   0.13
XYZ37.631225.390971.3242
Yxy25.39090.28010.1890
Hunter Lab50.389445.1238-48.6501
CIE-Lab57.454350.5335-47.0503

#b769dd color RGB value is (183,105,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101001 11011101
Octal 267 151 335
Decimal 183 105 221
Hex B7 69 DD

RGB Percentages of Color #b769dd

%35.95
%20.63
%43.42

CMYK Percentages of Color #b769dd

%17
%52
%0
%13

Triadic Colors of #b769dd

#b769dd #ddb769 #69ddb7

Analogous Colors of #b769dd

#b769dd #dd69c9 #7d69dd

Monochromatic Colors of #b769dd

#b769dd

Complementary Color

#b769dd #8fdd69

#b769dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b769dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b769dd Color CSS Codes

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

#b769dd Text Font Color

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

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


#b769dd Background Color

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

This div background color is #b769dd


#b769dd Border Color

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

This div border color is #b769dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b769dd


Comments

No comments written yet.

Please login to write comment.