Color Hex Logo

#b335bd Color Hex

#B335BD
(179,53,189)
0 Favorites   0 Comments

Color spaces of #b335bd

RGB 17953189
HSL0.820.560.47
HSV296°72°74°
CMYK 0.050.720.00   0.26
XYZ29.048815.804049.6636
Yxy15.80400.30730.1672
Hunter Lab39.754260.8617-46.2410
CIE-Lab46.716366.4669-45.8219

#b335bd color RGB value is (179,53,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110101 10111101
Octal 263 65 275
Decimal 179 53 189
Hex B3 35 BD

RGB Percentages of Color #b335bd

%42.52
%12.59
%44.89

CMYK Percentages of Color #b335bd

%5
%72
%0
%26

Triadic Colors of #b335bd

#b335bd #bdb335 #35bdb3

Analogous Colors of #b335bd

#b335bd #bd3583 #6f35bd

Monochromatic Colors of #b335bd

#b335bd

Complementary Color

#b335bd #3fbd35

#b335bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b335bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b335bd Color CSS Codes

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

#b335bd Text Font Color

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

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


#b335bd Background Color

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

This div background color is #b335bd


#b335bd Border Color

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

This div border color is #b335bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b335bd


Comments

No comments written yet.

Please login to write comment.