Color Hex Logo

#b234db Color Hex

#B234DB
(178,52,219)
0 Favorites   0 Comments

Color spaces of #b234db

RGB 17852219
HSL0.790.700.53
HSV285°76°86°
CMYK 0.190.760.00   0.14
XYZ32.374317.035468.5997
Yxy17.03540.27430.1444
Hunter Lab41.274067.7817-69.6516
CIE-Lab48.304672.0114-60.5852

#b234db color RGB value is (178,52,219).

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

The process color (four color CMYK) of #b234db color hex is 0.19, 0.76, 0.00, 0.14. Web safe color of #b234db is #9933cc. Color #b234db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110100 11011011
Octal 262 64 333
Decimal 178 52 219
Hex B2 34 DB

RGB Percentages of Color #b234db

%39.64
%11.58
%48.78

CMYK Percentages of Color #b234db

%19
%76
%0
%14

Triadic Colors of #b234db

#b234db #dbb234 #34dbb2

Analogous Colors of #b234db

#b234db #db34b1 #5f34db

Monochromatic Colors of #b234db

#b234db

Complementary Color

#b234db #5ddb34

#b234db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b234db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b234db Color CSS Codes

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

#b234db Text Font Color

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

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


#b234db Background Color

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

This div background color is #b234db


#b234db Border Color

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

This div border color is #b234db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b234db


Comments

No comments written yet.

Please login to write comment.