Color Hex Logo

#b330ad Color Hex

#B330AD
(179,48,173)
0 Favorites   0 Comments

Color spaces of #b330ad

RGB 17948173
HSL0.840.580.45
HSV303°73°70°
CMYK 0.000.730.03   0.30
XYZ27.190214.714740.9423
Yxy14.71470.32820.1776
Hunter Lab38.359759.3950-36.4299
CIE-Lab45.240965.4844-38.7679

#b330ad color RGB value is (179,48,173).

#b330ad hex color red value is 179, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b330ad hue: 0.84 , saturation: 0.58 and the lightness value of b330ad is 0.45.

The process color (four color CMYK) of #b330ad color hex is 0.00, 0.73, 0.03, 0.30. Web safe color of #b330ad is #cc3399. Color #b330ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 10101101
Octal 263 60 255
Decimal 179 48 173
Hex B3 30 AD

RGB Percentages of Color #b330ad

%44.75
%12.00
%43.25

CMYK Percentages of Color #b330ad

%0
%73
%3
%30

Triadic Colors of #b330ad

#b330ad #adb330 #30adb3

Analogous Colors of #b330ad

#b330ad #b3306c #7830b3

Monochromatic Colors of #b330ad

#b330ad

Complementary Color

#b330ad #30b336

#b330ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b330ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b330ad Color CSS Codes

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

#b330ad Text Font Color

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

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


#b330ad Background Color

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

This div background color is #b330ad


#b330ad Border Color

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

This div border color is #b330ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b330ad


Comments

No comments written yet.

Please login to write comment.