Color Hex Logo

#b033bd Color Hex

#B033BD
(176,51,189)
0 Favorites   0 Comments

Color spaces of #b033bd

RGB 17651189
HSL0.820.580.47
HSV294°73°74°
CMYK 0.070.730.00   0.26
XYZ28.273615.271949.6017
Yxy15.27190.30350.1640
Hunter Lab39.079360.7548-47.8988
CIE-Lab46.004466.5125-46.9853

#b033bd color RGB value is (176,51,189).

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

The process color (four color CMYK) of #b033bd color hex is 0.07, 0.73, 0.00, 0.26. Web safe color of #b033bd is #9933cc. Color #b033bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110011 10111101
Octal 260 63 275
Decimal 176 51 189
Hex B0 33 BD

RGB Percentages of Color #b033bd

%42.31
%12.26
%45.43

CMYK Percentages of Color #b033bd

%7
%73
%0
%26

Triadic Colors of #b033bd

#b033bd #bdb033 #33bdb0

Analogous Colors of #b033bd

#b033bd #bd3385 #6b33bd

Monochromatic Colors of #b033bd

#b033bd

Complementary Color

#b033bd #40bd33

#b033bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b033bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b033bd Color CSS Codes

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

#b033bd Text Font Color

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

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


#b033bd Background Color

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

This div background color is #b033bd


#b033bd Border Color

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

This div border color is #b033bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b033bd


Comments

No comments written yet.

Please login to write comment.