Color Hex Logo

#b32ccf Color Hex

#B32CCF
(179,44,207)
0 Favorites   0 Comments

Color spaces of #b32ccf

RGB 17944207
HSL0.800.650.49
HSV290°79°81°
CMYK 0.140.790.00   0.19
XYZ30.753615.890160.4777
Yxy15.89010.28710.1483
Hunter Lab39.862467.9525-62.0489
CIE-Lab46.830072.4406-56.0750

#b32ccf color RGB value is (179,44,207).

#b32ccf hex color red value is 179, green value is 44 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b32ccf hue: 0.80 , saturation: 0.65 and the lightness value of b32ccf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101100 11001111
Octal 263 54 317
Decimal 179 44 207
Hex B3 2C CF

RGB Percentages of Color #b32ccf

%41.63
%10.23
%48.14

CMYK Percentages of Color #b32ccf

%14
%79
%0
%19

Triadic Colors of #b32ccf

#b32ccf #cfb32c #2ccfb3

Analogous Colors of #b32ccf

#b32ccf #cf2c9a #622ccf

Monochromatic Colors of #b32ccf

#b32ccf

Complementary Color

#b32ccf #48cf2c

#b32ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32ccf Color CSS Codes

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

#b32ccf Text Font Color

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

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


#b32ccf Background Color

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

This div background color is #b32ccf


#b32ccf Border Color

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

This div border color is #b32ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32ccf


Comments

No comments written yet.

Please login to write comment.