Color Hex Logo

#b252db Color Hex

#B252DB
(178,82,219)
0 Favorites   0 Comments

Color spaces of #b252db

RGB 17882219
HSL0.780.660.59
HSV282°63°86°
CMYK 0.190.630.00   0.14
XYZ34.163620.614069.1961
Yxy20.61400.27560.1663
Hunter Lab45.402654.8592-58.5793
CIE-Lab52.524460.1406-53.8051

#b252db color RGB value is (178,82,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010010 11011011
Octal 262 122 333
Decimal 178 82 219
Hex B2 52 DB

RGB Percentages of Color #b252db

%37.16
%17.12
%45.72

CMYK Percentages of Color #b252db

%19
%63
%0
%14

Triadic Colors of #b252db

#b252db #dbb252 #52dbb2

Analogous Colors of #b252db

#b252db #db52c0 #6e52db

Monochromatic Colors of #b252db

#b252db

Complementary Color

#b252db #7bdb52

#b252db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b252db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b252db Color CSS Codes

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

#b252db Text Font Color

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

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


#b252db Background Color

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

This div background color is #b252db


#b252db Border Color

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

This div border color is #b252db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b252db


Comments

No comments written yet.

Please login to write comment.