Color Hex Logo

#b437cc Color Hex

#B437CC
(180,55,204)
0 Favorites   0 Comments

Color spaces of #b437cc

RGB 18055204
HSL0.810.590.51
HSV290°73°80°
CMYK 0.120.730.00   0.20
XYZ31.087716.795358.7301
Yxy16.79530.29160.1575
Hunter Lab40.982163.6858-56.2792
CIE-Lab48.001168.6313-52.4568

#b437cc color RGB value is (180,55,204).

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

The process color (four color CMYK) of #b437cc color hex is 0.12, 0.73, 0.00, 0.20. Web safe color of #b437cc is #cc33cc. Color #b437cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110111 11001100
Octal 264 67 314
Decimal 180 55 204
Hex B4 37 CC

RGB Percentages of Color #b437cc

%41.00
%12.53
%46.47

CMYK Percentages of Color #b437cc

%12
%73
%0
%20

Triadic Colors of #b437cc

#b437cc #ccb437 #37ccb4

Analogous Colors of #b437cc

#b437cc #cc379a #6a37cc

Monochromatic Colors of #b437cc

#b437cc

Complementary Color

#b437cc #4fcc37

#b437cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b437cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b437cc Color CSS Codes

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

#b437cc Text Font Color

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

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


#b437cc Background Color

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

This div background color is #b437cc


#b437cc Border Color

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

This div border color is #b437cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b437cc


Comments

No comments written yet.

Please login to write comment.