Color Hex Logo

#b42bda Color Hex

#B42BDA
(180,43,218)
0 Favorites   0 Comments

Color spaces of #b42bda

RGB 18043218
HSL0.800.700.51
HSV287°80°85°
CMYK 0.170.800.00   0.15
XYZ32.341216.493067.8086
Yxy16.49300.27730.1414
Hunter Lab40.611671.0790-70.5676
CIE-Lab47.614874.8658-61.1130

#b42bda color RGB value is (180,43,218).

#b42bda hex color red value is 180, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b42bda hue: 0.80 , saturation: 0.70 and the lightness value of b42bda is 0.51.

The process color (four color CMYK) of #b42bda color hex is 0.17, 0.80, 0.00, 0.15. Web safe color of #b42bda is #cc33cc. Color #b42bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101011 11011010
Octal 264 53 332
Decimal 180 43 218
Hex B4 2B DA

RGB Percentages of Color #b42bda

%40.82
%9.75
%49.43

CMYK Percentages of Color #b42bda

%17
%80
%0
%15

Triadic Colors of #b42bda

#b42bda #dab42b #2bdab4

Analogous Colors of #b42bda

#b42bda #da2ba9 #5d2bda

Monochromatic Colors of #b42bda

#b42bda

Complementary Color

#b42bda #51da2b

#b42bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42bda Color CSS Codes

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

#b42bda Text Font Color

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

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


#b42bda Background Color

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

This div background color is #b42bda


#b42bda Border Color

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

This div border color is #b42bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42bda


Comments

No comments written yet.

Please login to write comment.