Color Hex Logo

#b037cc Color Hex

#B037CC
(176,55,204)
0 Favorites   0 Comments

Color spaces of #b037cc

RGB 17655204
HSL0.800.590.51
HSV289°73°80°
CMYK 0.140.730.00   0.20
XYZ30.169816.322158.6871
Yxy16.32210.28680.1552
Hunter Lab40.400662.5966-57.8459
CIE-Lab47.394367.8224-53.4632

#b037cc color RGB value is (176,55,204).

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

The process color (four color CMYK) of #b037cc color hex is 0.14, 0.73, 0.00, 0.20. Web safe color of #b037cc is #9933cc. Color #b037cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110111 11001100
Octal 260 67 314
Decimal 176 55 204
Hex B0 37 CC

RGB Percentages of Color #b037cc

%40.46
%12.64
%46.90

CMYK Percentages of Color #b037cc

%14
%73
%0
%20

Triadic Colors of #b037cc

#b037cc #ccb037 #37ccb0

Analogous Colors of #b037cc

#b037cc #cc379e #6637cc

Monochromatic Colors of #b037cc

#b037cc

Complementary Color

#b037cc #53cc37

#b037cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b037cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b037cc Color CSS Codes

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

#b037cc Text Font Color

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

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


#b037cc Background Color

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

This div background color is #b037cc


#b037cc Border Color

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

This div border color is #b037cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b037cc


Comments

No comments written yet.

Please login to write comment.