Color Hex Logo

#b241db Color Hex

#B241DB
(178,65,219)
0 Favorites   0 Comments

Color spaces of #b241db

RGB 17865219
HSL0.790.680.56
HSV284°70°86°
CMYK 0.190.700.00   0.14
XYZ33.036618.360068.8205
Yxy18.36000.27480.1527
Hunter Lab42.848662.6400-65.2336
CIE-Lab49.929967.3711-57.9668

#b241db color RGB value is (178,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000001 11011011
Octal 262 101 333
Decimal 178 65 219
Hex B2 41 DB

RGB Percentages of Color #b241db

%38.53
%14.07
%47.40

CMYK Percentages of Color #b241db

%19
%70
%0
%14

Triadic Colors of #b241db

#b241db #dbb241 #41dbb2

Analogous Colors of #b241db

#b241db #db41b7 #6541db

Monochromatic Colors of #b241db

#b241db

Complementary Color

#b241db #6adb41

#b241db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b241db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b241db Color CSS Codes

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

#b241db Text Font Color

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

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


#b241db Background Color

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

This div background color is #b241db


#b241db Border Color

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

This div border color is #b241db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b241db


Comments

No comments written yet.

Please login to write comment.