color codes Logo

#b031cc color codes

#B031CC
(176,49,204)
0 Favorites   0 Comments

Color spaces of #b031cc

RGB 17649204
HSL0.800.610.50
HSV289°76°80°
CMYK 0.140.760.00   0.20
XYZ29.901915.786458.5978
Yxy15.78640.28670.1514
Hunter Lab39.732164.8058-59.6298
CIE-Lab46.693069.8325-54.5897

#b031cc color RGB value is (176,49,204).

#b031cc hex color red value is 176, green value is 49 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b031cc hue: 0.80 , saturation: 0.61 and the lightness value of b031cc is 0.50.

The process color (four color CMYK) of #b031cc color code is 0.14, 0.76, 0.00, 0.20. Web safe color of #b031cc is #9933cc. Color #b031cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110001 11001100
Octal 260 61 314
Decimal 176 49 204
Hex B0 31 CC

RGB Percentages of Color #b031cc

%41.03
%11.42
%47.55

CMYK Percentages of Color #b031cc

%14
%76
%0
%20

Triadic Colors of #b031cc

#b031cc #ccb031 #31ccb0

Analogous Colors of #b031cc

#b031cc #cc319b #6331cc

Monochromatic Colors of #b031cc

#b031cc

Complementary Color

#b031cc #4dcc31

#b031cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b031cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b031cc Color CSS Codes

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

#b031cc Text Font Color

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

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


#b031cc Background Color

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

This div background color is #b031cc


#b031cc Border Color

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

This div border color is #b031cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b031cc


Comments

No comments written yet.

Please login to write comment.