Color Hex Logo

#b037cd Color Hex

#B037CD
(176,55,205)
0 Favorites   0 Comments

Color spaces of #b037cd

RGB 17655205
HSL0.800.600.51
HSV288°73°80°
CMYK 0.140.730.00   0.20
XYZ30.290116.370359.3209
Yxy16.37030.28580.1545
Hunter Lab40.460262.8266-58.6061
CIE-Lab47.456668.0064-53.9396

#b037cd color RGB value is (176,55,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110111 11001101
Octal 260 67 315
Decimal 176 55 205
Hex B0 37 CD

RGB Percentages of Color #b037cd

%40.37
%12.61
%47.02

CMYK Percentages of Color #b037cd

%14
%73
%0
%20

Triadic Colors of #b037cd

#b037cd #cdb037 #37cdb0

Analogous Colors of #b037cd

#b037cd #cd379f #6537cd

Monochromatic Colors of #b037cd

#b037cd

Complementary Color

#b037cd #54cd37

#b037cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b037cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b037cd Color CSS Codes

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

#b037cd Text Font Color

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

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


#b037cd Background Color

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

This div background color is #b037cd


#b037cd Border Color

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

This div border color is #b037cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,55,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b037cd


Comments

No comments written yet.

Please login to write comment.