Color Hex Logo

#b258db Color Hex

#B258DB
(178,88,219)
0 Favorites   0 Comments

Color spaces of #b258db

RGB 17888219
HSL0.780.650.60
HSV281°60°86°
CMYK 0.190.600.00   0.14
XYZ34.636021.558969.3536
Yxy21.55890.27590.1717
Hunter Lab46.431651.8983-56.0578
CIE-Lab53.555857.3260-52.1572

#b258db color RGB value is (178,88,219).

#b258db hex color red value is 178, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b258db hue: 0.78 , saturation: 0.65 and the lightness value of b258db is 0.60.

The process color (four color CMYK) of #b258db color hex is 0.19, 0.60, 0.00, 0.14. Web safe color of #b258db is #9966cc. Color #b258db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011000 11011011
Octal 262 130 333
Decimal 178 88 219
Hex B2 58 DB

RGB Percentages of Color #b258db

%36.70
%18.14
%45.15

CMYK Percentages of Color #b258db

%19
%60
%0
%14

Triadic Colors of #b258db

#b258db #dbb258 #58dbb2

Analogous Colors of #b258db

#b258db #db58c3 #7158db

Monochromatic Colors of #b258db

#b258db

Complementary Color

#b258db #81db58

#b258db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b258db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b258db Color CSS Codes

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

#b258db Text Font Color

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

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


#b258db Background Color

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

This div background color is #b258db


#b258db Border Color

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

This div border color is #b258db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b258db


Comments

No comments written yet.

Please login to write comment.