Color Hex Logo

#b382cc Color Hex

#B382CC
(179,130,204)
0 Favorites   0 Comments

Color spaces of #b382cc

RGB 179130204
HSL0.780.420.65
HSV280°36°80°
CMYK 0.120.360.00   0.20
XYZ37.472129.908660.9247
Yxy29.90860.29210.2331
Hunter Lab54.688826.6008-27.7685
CIE-Lab61.575332.2526-31.0561

#b382cc color RGB value is (179,130,204).

#b382cc hex color red value is 179, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b382cc hue: 0.78 , saturation: 0.42 and the lightness value of b382cc is 0.65.

The process color (four color CMYK) of #b382cc color hex is 0.12, 0.36, 0.00, 0.20. Web safe color of #b382cc is #cc99cc. Color #b382cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 11001100
Octal 263 202 314
Decimal 179 130 204
Hex B3 82 CC

RGB Percentages of Color #b382cc

%34.89
%25.34
%39.77

CMYK Percentages of Color #b382cc

%12
%36
%0
%20

Triadic Colors of #b382cc

#b382cc #ccb382 #82ccb3

Analogous Colors of #b382cc

#b382cc #cc82c0 #8e82cc

Monochromatic Colors of #b382cc

#b382cc

Complementary Color

#b382cc #9bcc82

#b382cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b382cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b382cc Color CSS Codes

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

#b382cc Text Font Color

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

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


#b382cc Background Color

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

This div background color is #b382cc


#b382cc Border Color

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

This div border color is #b382cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b382cc


Comments

No comments written yet.

Please login to write comment.