Color Hex Logo

#b734db Color Hex

#B734DB
(183,52,219)
0 Favorites   0 Comments

Color spaces of #b734db

RGB 18352219
HSL0.800.700.53
HSV287°76°86°
CMYK 0.160.760.00   0.14
XYZ33.542617.637768.6544
Yxy17.63770.27990.1472
Hunter Lab41.997369.0701-67.5254
CIE-Lab49.053772.9334-59.3392

#b734db color RGB value is (183,52,219).

#b734db hex color red value is 183, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b734db hue: 0.80 , saturation: 0.70 and the lightness value of b734db is 0.53.

The process color (four color CMYK) of #b734db color hex is 0.16, 0.76, 0.00, 0.14. Web safe color of #b734db is #cc33cc. Color #b734db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110100 11011011
Octal 267 64 333
Decimal 183 52 219
Hex B7 34 DB

RGB Percentages of Color #b734db

%40.31
%11.45
%48.24

CMYK Percentages of Color #b734db

%16
%76
%0
%14

Triadic Colors of #b734db

#b734db #dbb734 #34dbb7

Analogous Colors of #b734db

#b734db #db34ac #6434db

Monochromatic Colors of #b734db

#b734db

Complementary Color

#b734db #58db34

#b734db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b734db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b734db Color CSS Codes

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

#b734db Text Font Color

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

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


#b734db Background Color

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

This div background color is #b734db


#b734db Border Color

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

This div border color is #b734db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b734db


Comments

No comments written yet.

Please login to write comment.