Color Hex Logo

#b330be Color Hex

#B330BE
(179,48,190)
0 Favorites   0 Comments

Color spaces of #b330be

RGB 17948190
HSL0.820.600.47
HSV295°75°75°
CMYK 0.060.750.00   0.25
XYZ28.941615.415350.1653
Yxy15.41530.30620.1631
Hunter Lab39.262362.8694-48.2710
CIE-Lab46.197868.2868-47.2324

#b330be color RGB value is (179,48,190).

#b330be hex color red value is 179, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b330be hue: 0.82 , saturation: 0.60 and the lightness value of b330be is 0.47.

The process color (four color CMYK) of #b330be color hex is 0.06, 0.75, 0.00, 0.25. Web safe color of #b330be is #cc33cc. Color #b330be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 10111110
Octal 263 60 276
Decimal 179 48 190
Hex B3 30 BE

RGB Percentages of Color #b330be

%42.93
%11.51
%45.56

CMYK Percentages of Color #b330be

%6
%75
%0
%25

Triadic Colors of #b330be

#b330be #beb330 #30beb3

Analogous Colors of #b330be

#b330be #be3082 #6c30be

Monochromatic Colors of #b330be

#b330be

Complementary Color

#b330be #3bbe30

#b330be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b330be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b330be Color CSS Codes

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

#b330be Text Font Color

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

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


#b330be Background Color

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

This div background color is #b330be


#b330be Border Color

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

This div border color is #b330be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b330be


Comments

No comments written yet.

Please login to write comment.