Color Hex Logo

#b42fdb Color Hex

#B42FDB
(180,47,219)
0 Favorites   0 Comments

Color spaces of #b42fdb

RGB 18047219
HSL0.800.700.52
HSV286°79°86°
CMYK 0.180.790.00   0.14
XYZ32.625116.850868.5508
Yxy16.85080.27640.1428
Hunter Lab41.049770.0295-70.2763
CIE-Lab48.071573.9156-60.9464

#b42fdb color RGB value is (180,47,219).

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

The process color (four color CMYK) of #b42fdb color hex is 0.18, 0.79, 0.00, 0.14. Web safe color of #b42fdb is #cc33cc. Color #b42fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101111 11011011
Octal 264 57 333
Decimal 180 47 219
Hex B4 2F DB

RGB Percentages of Color #b42fdb

%40.36
%10.54
%49.10

CMYK Percentages of Color #b42fdb

%18
%79
%0
%14

Triadic Colors of #b42fdb

#b42fdb #dbb42f #2fdbb4

Analogous Colors of #b42fdb

#b42fdb #db2fac #5e2fdb

Monochromatic Colors of #b42fdb

#b42fdb

Complementary Color

#b42fdb #56db2f

#b42fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42fdb Color CSS Codes

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

#b42fdb Text Font Color

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

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


#b42fdb Background Color

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

This div background color is #b42fdb


#b42fdb Border Color

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

This div border color is #b42fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42fdb


Comments

No comments written yet.

Please login to write comment.