Color Hex Logo

#b790db Color Hex

#B790DB
(183,144,219)
0 Favorites   0 Comments

Color spaces of #b790db

RGB 183144219
HSL0.750.510.71
HSV271°34°86°
CMYK 0.160.340.00   0.14
XYZ42.287935.128371.5695
Yxy35.12830.28380.2358
Hunter Lab59.269123.6369-30.1063
CIE-Lab65.848428.9113-32.7766

#b790db color RGB value is (183,144,219).

#b790db hex color red value is 183, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b790db hue: 0.75 , saturation: 0.51 and the lightness value of b790db is 0.71.

The process color (four color CMYK) of #b790db color hex is 0.16, 0.34, 0.00, 0.14. Web safe color of #b790db is #cc99cc. Color #b790db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010000 11011011
Octal 267 220 333
Decimal 183 144 219
Hex B7 90 DB

RGB Percentages of Color #b790db

%33.52
%26.37
%40.11

CMYK Percentages of Color #b790db

%16
%34
%0
%14

Triadic Colors of #b790db

#b790db #dbb790 #90dbb7

Analogous Colors of #b790db

#b790db #db90da #9290db

Monochromatic Colors of #b790db

#b790db

Complementary Color

#b790db #b4db90

#b790db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b790db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b790db Color CSS Codes

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

#b790db Text Font Color

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

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


#b790db Background Color

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

This div background color is #b790db


#b790db Border Color

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

This div border color is #b790db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b790db


Comments

No comments written yet.

Please login to write comment.