Color Hex Logo

#b72ccc Color Hex

#B72CCC
(183,44,204)
0 Favorites   0 Comments

Color spaces of #b72ccc

RGB 18344204
HSL0.810.650.49
HSV292°78°80°
CMYK 0.100.780.00   0.20
XYZ31.328216.228358.6079
Yxy16.22830.29510.1529
Hunter Lab40.284468.3176-58.0593
CIE-Lab47.272672.6574-53.5998

#b72ccc color RGB value is (183,44,204).

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

The process color (four color CMYK) of #b72ccc color hex is 0.10, 0.78, 0.00, 0.20. Web safe color of #b72ccc is #cc33cc. Color #b72ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101100 11001100
Octal 267 54 314
Decimal 183 44 204
Hex B7 2C CC

RGB Percentages of Color #b72ccc

%42.46
%10.21
%47.33

CMYK Percentages of Color #b72ccc

%10
%78
%0
%20

Triadic Colors of #b72ccc

#b72ccc #ccb72c #2cccb7

Analogous Colors of #b72ccc

#b72ccc #cc2c91 #672ccc

Monochromatic Colors of #b72ccc

#b72ccc

Complementary Color

#b72ccc #41cc2c

#b72ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72ccc Color CSS Codes

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

#b72ccc Text Font Color

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

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


#b72ccc Background Color

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

This div background color is #b72ccc


#b72ccc Border Color

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

This div border color is #b72ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,44,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 #b72ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72ccc


Comments

No comments written yet.

Please login to write comment.