Color Hex Logo

#b675db Color Hex

#B675DB
(182,117,219)
0 Favorites   0 Comments

Color spaces of #b675db

RGB 182117219
HSL0.770.590.66
HSV278°47°86°
CMYK 0.170.470.00   0.14
XYZ38.438927.782170.3544
Yxy27.78210.28140.2034
Hunter Lab52.708737.9344-42.2428
CIE-Lab59.691443.4992-42.4024

#b675db color RGB value is (182,117,219).

#b675db hex color red value is 182, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b675db hue: 0.77 , saturation: 0.59 and the lightness value of b675db is 0.66.

The process color (four color CMYK) of #b675db color hex is 0.17, 0.47, 0.00, 0.14. Web safe color of #b675db is #cc66cc. Color #b675db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 11011011
Octal 266 165 333
Decimal 182 117 219
Hex B6 75 DB

RGB Percentages of Color #b675db

%35.14
%22.59
%42.28

CMYK Percentages of Color #b675db

%17
%47
%0
%14

Triadic Colors of #b675db

#b675db #dbb675 #75dbb6

Analogous Colors of #b675db

#b675db #db75cd #8375db

Monochromatic Colors of #b675db

#b675db

Complementary Color

#b675db #9adb75

#b675db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b675db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b675db Color CSS Codes

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

#b675db Text Font Color

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

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


#b675db Background Color

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

This div background color is #b675db


#b675db Border Color

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

This div border color is #b675db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b675db


Comments

No comments written yet.

Please login to write comment.