Color Hex Logo

#b440ce Color Hex

#B440CE
(180,64,206)
0 Favorites   0 Comments

Color spaces of #b440ce

RGB 18064206
HSL0.800.590.53
HSV289°69°81°
CMYK 0.130.690.00   0.19
XYZ31.796417.826360.1575
Yxy17.82630.28960.1624
Hunter Lab42.221260.5396-54.9226
CIE-Lab49.284765.6964-51.5519

#b440ce color RGB value is (180,64,206).

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

The process color (four color CMYK) of #b440ce color hex is 0.13, 0.69, 0.00, 0.19. Web safe color of #b440ce is #cc33cc. Color #b440ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 11001110
Octal 264 100 316
Decimal 180 64 206
Hex B4 40 CE

RGB Percentages of Color #b440ce

%40.00
%14.22
%45.78

CMYK Percentages of Color #b440ce

%13
%69
%0
%19

Triadic Colors of #b440ce

#b440ce #ceb440 #40ceb4

Analogous Colors of #b440ce

#b440ce #ce40a1 #6d40ce

Monochromatic Colors of #b440ce

#b440ce

Complementary Color

#b440ce #5ace40

#b440ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b440ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b440ce Color CSS Codes

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

#b440ce Text Font Color

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

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


#b440ce Background Color

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

This div background color is #b440ce


#b440ce Border Color

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

This div border color is #b440ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b440ce


Comments

No comments written yet.

Please login to write comment.