Color Hex Logo

#b342bd Color Hex

#B342BD
(179,66,189)
0 Favorites   0 Comments

Color spaces of #b342bd

RGB 17966189
HSL0.820.480.50
HSV295°65°74°
CMYK 0.050.650.00   0.26
XYZ29.723917.154349.8886
Yxy17.15430.30720.1773
Hunter Lab41.417755.6214-42.4237
CIE-Lab48.453961.5665-43.0582

#b342bd color RGB value is (179,66,189).

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

The process color (four color CMYK) of #b342bd color hex is 0.05, 0.65, 0.00, 0.26. Web safe color of #b342bd is #cc33cc. Color #b342bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 10111101
Octal 263 102 275
Decimal 179 66 189
Hex B3 42 BD

RGB Percentages of Color #b342bd

%41.24
%15.21
%43.55

CMYK Percentages of Color #b342bd

%5
%65
%0
%26

Triadic Colors of #b342bd

#b342bd #bdb342 #42bdb3

Analogous Colors of #b342bd

#b342bd #bd428a #7642bd

Monochromatic Colors of #b342bd

#b342bd

Complementary Color

#b342bd #4cbd42

#b342bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b342bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b342bd Color CSS Codes

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

#b342bd Text Font Color

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

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


#b342bd Background Color

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

This div background color is #b342bd


#b342bd Border Color

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

This div border color is #b342bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b342bd


Comments

No comments written yet.

Please login to write comment.