Color Hex Logo

#b33ef1 Color Hex

#B33EF1
(179,62,241)
0 Favorites   0 Comments

Color spaces of #b33ef1

RGB 17962241
HSL0.780.860.59
HSV279°74°95°
CMYK 0.260.740.00   0.05
XYZ36.190219.379885.0523
Yxy19.37980.25740.1378
Hunter Lab44.022569.7027-83.7337
CIE-Lab51.128673.0519-68.4535

#b33ef1 color RGB value is (179,62,241).

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

The process color (four color CMYK) of #b33ef1 color hex is 0.26, 0.74, 0.00, 0.05. Web safe color of #b33ef1 is #cc33ff. Color #b33ef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111110 11110001
Octal 263 76 361
Decimal 179 62 241
Hex B3 3E F1

RGB Percentages of Color #b33ef1

%37.14
%12.86
%50.00

CMYK Percentages of Color #b33ef1

%26
%74
%0
%5

Triadic Colors of #b33ef1

#b33ef1 #f1b33e #3ef1b3

Analogous Colors of #b33ef1

#b33ef1 #f13ed6 #593ef1

Monochromatic Colors of #b33ef1

#b33ef1

Complementary Color

#b33ef1 #7cf13e

#b33ef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33ef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33ef1 Color CSS Codes

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

#b33ef1 Text Font Color

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

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


#b33ef1 Background Color

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

This div background color is #b33ef1


#b33ef1 Border Color

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

This div border color is #b33ef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33ef1


Comments

No comments written yet.

Please login to write comment.