Color Hex Logo

#b40ecc Color Hex

#B40ECC
(180,14,204)
0 Favorites   0 Comments

Color spaces of #b40ecc

RGB 18014204
HSL0.810.870.43
HSV292°93°80°
CMYK 0.120.930.00   0.20
XYZ29.878514.377058.3270
Yxy14.37700.29130.1402
Hunter Lab37.917074.3027-64.6627
CIE-Lab44.768878.0377-57.6563

#b40ecc color RGB value is (180,14,204).

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

The process color (four color CMYK) of #b40ecc color hex is 0.12, 0.93, 0.00, 0.20. Web safe color of #b40ecc is #cc00cc. Color #b40ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001110 11001100
Octal 264 16 314
Decimal 180 14 204
Hex B4 E CC

RGB Percentages of Color #b40ecc

%45.23
%3.52
%51.26

CMYK Percentages of Color #b40ecc

%12
%93
%0
%20

Triadic Colors of #b40ecc

#b40ecc #ccb40e #0eccb4

Analogous Colors of #b40ecc

#b40ecc #cc0e85 #550ecc

Monochromatic Colors of #b40ecc

#b40ecc

Complementary Color

#b40ecc #26cc0e

#b40ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40ecc Color CSS Codes

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

#b40ecc Text Font Color

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

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


#b40ecc Background Color

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

This div background color is #b40ecc


#b40ecc Border Color

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

This div border color is #b40ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40ecc


Comments

No comments written yet.

Please login to write comment.