Color Hex Logo

#b40ebd Color Hex

#B40EBD
(180,14,189)
0 Favorites   0 Comments

Color spaces of #b40ebd

RGB 18014189
HSL0.820.860.40
HSV297°93°74°
CMYK 0.050.930.00   0.26
XYZ28.164713.691549.3024
Yxy13.69150.30900.1502
Hunter Lab37.002071.1147-53.0980
CIE-Lab43.787275.6402-50.4979

#b40ebd color RGB value is (180,14,189).

#b40ebd hex color red value is 180, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b40ebd hue: 0.82 , saturation: 0.86 and the lightness value of b40ebd is 0.40.

The process color (four color CMYK) of #b40ebd color hex is 0.05, 0.93, 0.00, 0.26. Web safe color of #b40ebd is #cc00cc. Color #b40ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001110 10111101
Octal 264 16 275
Decimal 180 14 189
Hex B4 E BD

RGB Percentages of Color #b40ebd

%47.00
%3.66
%49.35

CMYK Percentages of Color #b40ebd

%5
%93
%0
%26

Triadic Colors of #b40ebd

#b40ebd #bdb40e #0ebdb4

Analogous Colors of #b40ebd

#b40ebd #bd0e6f #5d0ebd

Monochromatic Colors of #b40ebd

#b40ebd

Complementary Color

#b40ebd #17bd0e

#b40ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40ebd Color CSS Codes

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

#b40ebd Text Font Color

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

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


#b40ebd Background Color

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

This div background color is #b40ebd


#b40ebd Border Color

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

This div border color is #b40ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40ebd


Comments

No comments written yet.

Please login to write comment.