Color Hex Logo

#b33dfe Color Hex

#B33DFE
(179,61,254)
0 Favorites   0 Comments

Color spaces of #b33dfe

RGB 17961254
HSL0.770.990.62
HSV277°76°100°
CMYK 0.300.760.00   0.00
XYZ38.148520.076995.6305
Yxy20.07690.24790.1305
Hunter Lab44.807373.5606-95.1754
CIE-Lab51.924076.0456-74.4219

#b33dfe color RGB value is (179,61,254).

#b33dfe hex color red value is 179, green value is 61 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b33dfe hue: 0.77 , saturation: 0.99 and the lightness value of b33dfe is 0.62.

The process color (four color CMYK) of #b33dfe color hex is 0.30, 0.76, 0.00, 0.00. Web safe color of #b33dfe is #cc33ff. Color #b33dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111101 11111110
Octal 263 75 376
Decimal 179 61 254
Hex B3 3D FE

RGB Percentages of Color #b33dfe

%36.23
%12.35
%51.42

CMYK Percentages of Color #b33dfe

%30
%76
%0
%0

Triadic Colors of #b33dfe

#b33dfe #feb33d #3dfeb3

Analogous Colors of #b33dfe

#b33dfe #fe3de9 #523dfe

Monochromatic Colors of #b33dfe

#b33dfe

Complementary Color

#b33dfe #88fe3d

#b33dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33dfe Color CSS Codes

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

#b33dfe Text Font Color

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

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


#b33dfe Background Color

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

This div background color is #b33dfe


#b33dfe Border Color

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

This div border color is #b33dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33dfe


Comments

No comments written yet.

Please login to write comment.