Color Hex Logo

#b440cd Color Hex

#B440CD
(180,64,205)
0 Favorites   0 Comments

Color spaces of #b440cd

RGB 18064205
HSL0.800.590.53
HSV289°69°80°
CMYK 0.120.690.00   0.20
XYZ31.675217.777959.5196
Yxy17.77790.29070.1631
Hunter Lab42.163860.3097-54.1806
CIE-Lab49.225665.5098-51.0718

#b440cd color RGB value is (180,64,205).

#b440cd hex color red value is 180, green value is 64 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b440cd hue: 0.80 , saturation: 0.59 and the lightness value of b440cd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 11001101
Octal 264 100 315
Decimal 180 64 205
Hex B4 40 CD

RGB Percentages of Color #b440cd

%40.09
%14.25
%45.66

CMYK Percentages of Color #b440cd

%12
%69
%0
%20

Triadic Colors of #b440cd

#b440cd #cdb440 #40cdb4

Analogous Colors of #b440cd

#b440cd #cd40a0 #6e40cd

Monochromatic Colors of #b440cd

#b440cd

Complementary Color

#b440cd #59cd40

#b440cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b440cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b440cd Color CSS Codes

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

#b440cd Text Font Color

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

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


#b440cd Background Color

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

This div background color is #b440cd


#b440cd Border Color

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

This div border color is #b440cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b440cd


Comments

No comments written yet.

Please login to write comment.