Color Hex Logo

#b330dc Color Hex

#B330DC
(179,48,220)
0 Favorites   0 Comments

Color spaces of #b330dc

RGB 17948220
HSL0.790.710.53
HSV286°78°86°
CMYK 0.190.780.00   0.14
XYZ32.565616.864969.2490
Yxy16.86490.27440.1421
Hunter Lab41.066969.6815-71.2309
CIE-Lab48.089473.6256-61.4956

#b330dc color RGB value is (179,48,220).

#b330dc hex color red value is 179, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b330dc hue: 0.79 , saturation: 0.71 and the lightness value of b330dc is 0.53.

The process color (four color CMYK) of #b330dc color hex is 0.19, 0.78, 0.00, 0.14. Web safe color of #b330dc is #cc33cc. Color #b330dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110000 11011100
Octal 263 60 334
Decimal 179 48 220
Hex B3 30 DC

RGB Percentages of Color #b330dc

%40.04
%10.74
%49.22

CMYK Percentages of Color #b330dc

%19
%78
%0
%14

Triadic Colors of #b330dc

#b330dc #dcb330 #30dcb3

Analogous Colors of #b330dc

#b330dc #dc30af #5d30dc

Monochromatic Colors of #b330dc

#b330dc

Complementary Color

#b330dc #59dc30

#b330dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b330dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b330dc Color CSS Codes

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

#b330dc Text Font Color

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

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


#b330dc Background Color

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

This div background color is #b330dc


#b330dc Border Color

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

This div border color is #b330dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b330dc


Comments

No comments written yet.

Please login to write comment.