Color Hex Logo

#b440cb Color Hex

#B440CB
(180,64,203)
0 Favorites   0 Comments

Color spaces of #b440cb

RGB 18064203
HSL0.810.570.52
HSV290°68°80°
CMYK 0.110.680.00   0.20
XYZ31.435317.681958.2560
Yxy17.68190.29280.1647
Hunter Lab42.049959.8544-52.7057
CIE-Lab49.108065.1393-50.1090

#b440cb color RGB value is (180,64,203).

#b440cb hex color red value is 180, green value is 64 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b440cb hue: 0.81 , saturation: 0.57 and the lightness value of b440cb is 0.52.

The process color (four color CMYK) of #b440cb color hex is 0.11, 0.68, 0.00, 0.20. Web safe color of #b440cb is #cc33cc. Color #b440cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 11001011
Octal 264 100 313
Decimal 180 64 203
Hex B4 40 CB

RGB Percentages of Color #b440cb

%40.27
%14.32
%45.41

CMYK Percentages of Color #b440cb

%11
%68
%0
%20

Triadic Colors of #b440cb

#b440cb #cbb440 #40cbb4

Analogous Colors of #b440cb

#b440cb #cb409d #6f40cb

Monochromatic Colors of #b440cb

#b440cb

Complementary Color

#b440cb #57cb40

#b440cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b440cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b440cb Color CSS Codes

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

#b440cb Text Font Color

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

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


#b440cb Background Color

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

This div background color is #b440cb


#b440cb Border Color

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

This div border color is #b440cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,64,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b440cb


Comments

No comments written yet.

Please login to write comment.