Color Hex Logo

#b239db Color Hex

#B239DB
(178,57,219)
0 Favorites   0 Comments

Color spaces of #b239db

RGB 17857219
HSL0.790.690.54
HSV285°74°86°
CMYK 0.190.740.00   0.14
XYZ32.609417.505768.6781
Yxy17.50570.27450.1474
Hunter Lab41.839865.9009-68.0339
CIE-Lab48.891070.3270-59.6395

#b239db color RGB value is (178,57,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111001 11011011
Octal 262 71 333
Decimal 178 57 219
Hex B2 39 DB

RGB Percentages of Color #b239db

%39.21
%12.56
%48.24

CMYK Percentages of Color #b239db

%19
%74
%0
%14

Triadic Colors of #b239db

#b239db #dbb239 #39dbb2

Analogous Colors of #b239db

#b239db #db39b3 #6139db

Monochromatic Colors of #b239db

#b239db

Complementary Color

#b239db #62db39

#b239db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b239db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b239db Color CSS Codes

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

#b239db Text Font Color

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

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


#b239db Background Color

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

This div background color is #b239db


#b239db Border Color

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

This div border color is #b239db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b239db


Comments

No comments written yet.

Please login to write comment.