Color Hex Logo

#b33deb Color Hex

#B33DEB
(179,61,235)
0 Favorites   0 Comments

Color spaces of #b33deb

RGB 17961235
HSL0.780.810.58
HSV281°74°92°
CMYK 0.240.740.00   0.08
XYZ35.254518.919480.3909
Yxy18.91940.26200.1406
Hunter Lab43.496468.5581-79.1333
CIE-Lab50.592872.2110-65.9490

#b33deb color RGB value is (179,61,235).

#b33deb hex color red value is 179, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b33deb hue: 0.78 , saturation: 0.81 and the lightness value of b33deb is 0.58.

The process color (four color CMYK) of #b33deb color hex is 0.24, 0.74, 0.00, 0.08. Web safe color of #b33deb is #cc33ff. Color #b33deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111101 11101011
Octal 263 75 353
Decimal 179 61 235
Hex B3 3D EB

RGB Percentages of Color #b33deb

%37.68
%12.84
%49.47

CMYK Percentages of Color #b33deb

%24
%74
%0
%8

Triadic Colors of #b33deb

#b33deb #ebb33d #3debb3

Analogous Colors of #b33deb

#b33deb #eb3dcc #5c3deb

Monochromatic Colors of #b33deb

#b33deb

Complementary Color

#b33deb #75eb3d

#b33deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33deb Color CSS Codes

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

#b33deb Text Font Color

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

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


#b33deb Background Color

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

This div background color is #b33deb


#b33deb Border Color

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

This div border color is #b33deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33deb


Comments

No comments written yet.

Please login to write comment.