Color Hex Logo

#b52dbb Color Hex

#B52DBB
(181,45,187)
0 Favorites   0 Comments

Color spaces of #b52dbb

RGB 18145187
HSL0.830.610.45
HSV297°76°73°
CMYK 0.030.760.00   0.27
XYZ28.964115.288448.4381
Yxy15.28840.31250.1649
Hunter Lab39.100463.8004-46.0790
CIE-Lab46.026769.1116-45.7340

#b52dbb color RGB value is (181,45,187).

#b52dbb hex color red value is 181, green value is 45 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b52dbb hue: 0.83 , saturation: 0.61 and the lightness value of b52dbb is 0.45.

The process color (four color CMYK) of #b52dbb color hex is 0.03, 0.76, 0.00, 0.27. Web safe color of #b52dbb is #cc33cc. Color #b52dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101101 10111011
Octal 265 55 273
Decimal 181 45 187
Hex B5 2D BB

RGB Percentages of Color #b52dbb

%43.83
%10.90
%45.28

CMYK Percentages of Color #b52dbb

%3
%76
%0
%27

Triadic Colors of #b52dbb

#b52dbb #bbb52d #2dbbb5

Analogous Colors of #b52dbb

#b52dbb #bb2d7a #6e2dbb

Monochromatic Colors of #b52dbb

#b52dbb

Complementary Color

#b52dbb #33bb2d

#b52dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52dbb Color CSS Codes

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

#b52dbb Text Font Color

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

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


#b52dbb Background Color

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

This div background color is #b52dbb


#b52dbb Border Color

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

This div border color is #b52dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,45,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b52dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b52dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #b52dbb;
  box-shadow:         1px 1px 3px 2px #b52dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,45,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b52dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52dbb


Comments

No comments written yet.

Please login to write comment.