Color Hex Logo

#b40dec Color Hex

#B40DEC
(180,13,236)
0 Favorites   0 Comments

Color spaces of #b40dec

RGB 18013236
HSL0.790.900.49
HSV285°94°93°
CMYK 0.240.940.00   0.07
XYZ34.106616.047380.6567
Yxy16.04730.26070.1227
Hunter Lab40.059181.8728-91.3357
CIE-Lab47.036583.5977-72.2795

#b40dec color RGB value is (180,13,236).

#b40dec hex color red value is 180, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b40dec hue: 0.79 , saturation: 0.90 and the lightness value of b40dec is 0.49.

The process color (four color CMYK) of #b40dec color hex is 0.24, 0.94, 0.00, 0.07. Web safe color of #b40dec is #cc00ff. Color #b40dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001101 11101100
Octal 264 15 354
Decimal 180 13 236
Hex B4 D EC

RGB Percentages of Color #b40dec

%41.96
%3.03
%55.01

CMYK Percentages of Color #b40dec

%24
%94
%0
%7

Triadic Colors of #b40dec

#b40dec #ecb40d #0decb4

Analogous Colors of #b40dec

#b40dec #ec0db5 #450dec

Monochromatic Colors of #b40dec

#b40dec

Complementary Color

#b40dec #45ec0d

#b40dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40dec Color CSS Codes

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

#b40dec Text Font Color

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

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


#b40dec Background Color

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

This div background color is #b40dec


#b40dec Border Color

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

This div border color is #b40dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40dec


Comments

No comments written yet.

Please login to write comment.