Color Hex Logo

#b352bd Color Hex

#B352BD
(179,82,189)
0 Favorites   0 Comments

Color spaces of #b352bd

RGB 17982189
HSL0.820.450.53
HSV294°57°74°
CMYK 0.050.570.00   0.26
XYZ30.793019.292450.2450
Yxy19.29240.30690.1923
Hunter Lab43.923148.2748-37.0775
CIE-Lab51.027654.4941-38.9871

#b352bd color RGB value is (179,82,189).

#b352bd hex color red value is 179, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b352bd hue: 0.82 , saturation: 0.45 and the lightness value of b352bd is 0.53.

The process color (four color CMYK) of #b352bd color hex is 0.05, 0.57, 0.00, 0.26. Web safe color of #b352bd is #cc66cc. Color #b352bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010010 10111101
Octal 263 122 275
Decimal 179 82 189
Hex B3 52 BD

RGB Percentages of Color #b352bd

%39.78
%18.22
%42.00

CMYK Percentages of Color #b352bd

%5
%57
%0
%26

Triadic Colors of #b352bd

#b352bd #bdb352 #52bdb3

Analogous Colors of #b352bd

#b352bd #bd5292 #7e52bd

Monochromatic Colors of #b352bd

#b352bd

Complementary Color

#b352bd #5cbd52

#b352bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b352bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b352bd Color CSS Codes

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

#b352bd Text Font Color

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

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


#b352bd Background Color

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

This div background color is #b352bd


#b352bd Border Color

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

This div border color is #b352bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,82,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b352bd


Comments

No comments written yet.

Please login to write comment.