Color Hex Logo

#b33eed Color Hex

#B33EED
(179,62,237)
0 Favorites   0 Comments

Color spaces of #b33eed

RGB 17962237
HSL0.780.830.59
HSV280°74°93°
CMYK 0.240.740.00   0.07
XYZ35.599119.143481.9395
Yxy19.14340.26050.1401
Hunter Lab43.753268.6658-80.4091
CIE-Lab50.854672.2494-66.6510

#b33eed color RGB value is (179,62,237).

#b33eed hex color red value is 179, green value is 62 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b33eed hue: 0.78 , saturation: 0.83 and the lightness value of b33eed is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111110 11101101
Octal 263 76 355
Decimal 179 62 237
Hex B3 3E ED

RGB Percentages of Color #b33eed

%37.45
%12.97
%49.58

CMYK Percentages of Color #b33eed

%24
%74
%0
%7

Triadic Colors of #b33eed

#b33eed #edb33e #3eedb3

Analogous Colors of #b33eed

#b33eed #ed3ed0 #5b3eed

Monochromatic Colors of #b33eed

#b33eed

Complementary Color

#b33eed #78ed3e

#b33eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33eed Color CSS Codes

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

#b33eed Text Font Color

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

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


#b33eed Background Color

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

This div background color is #b33eed


#b33eed Border Color

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

This div border color is #b33eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33eed


Comments

No comments written yet.

Please login to write comment.