Color Hex Logo

#b033dc Color Hex

#B033DC
(176,51,220)
0 Favorites   0 Comments

Color spaces of #b033dc

RGB 17651220
HSL0.790.710.53
HSV284°77°86°
CMYK 0.200.770.00   0.14
XYZ32.006616.765169.2592
Yxy16.76510.27120.1420
Hunter Lab40.945267.8782-71.6279
CIE-Lab47.962772.1581-61.7224

#b033dc color RGB value is (176,51,220).

#b033dc hex color red value is 176, green value is 51 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b033dc hue: 0.79 , saturation: 0.71 and the lightness value of b033dc is 0.53.

The process color (four color CMYK) of #b033dc color hex is 0.20, 0.77, 0.00, 0.14. Web safe color of #b033dc is #9933cc. Color #b033dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110011 11011100
Octal 260 63 334
Decimal 176 51 220
Hex B0 33 DC

RGB Percentages of Color #b033dc

%39.37
%11.41
%49.22

CMYK Percentages of Color #b033dc

%20
%77
%0
%14

Triadic Colors of #b033dc

#b033dc #dcb033 #33dcb0

Analogous Colors of #b033dc

#b033dc #dc33b4 #5b33dc

Monochromatic Colors of #b033dc

#b033dc

Complementary Color

#b033dc #5fdc33

#b033dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b033dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b033dc Color CSS Codes

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

#b033dc Text Font Color

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

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


#b033dc Background Color

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

This div background color is #b033dc


#b033dc Border Color

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

This div border color is #b033dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,51,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b033dc


Comments

No comments written yet.

Please login to write comment.