Color Hex Logo

#b420bf Color Hex

#B420BF
(180,32,191)
0 Favorites   0 Comments

Color spaces of #b420bf

RGB 18032191
HSL0.820.710.44
HSV296°83°75°
CMYK 0.060.830.00   0.25
XYZ28.742914.497950.5737
Yxy14.49790.30640.1545
Hunter Lab38.076168.1129-52.0973
CIE-Lab44.938772.9426-49.8215

#b420bf color RGB value is (180,32,191).

#b420bf hex color red value is 180, green value is 32 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b420bf hue: 0.82 , saturation: 0.71 and the lightness value of b420bf is 0.44.

The process color (four color CMYK) of #b420bf color hex is 0.06, 0.83, 0.00, 0.25. Web safe color of #b420bf is #cc33cc. Color #b420bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100000 10111111
Octal 264 40 277
Decimal 180 32 191
Hex B4 20 BF

RGB Percentages of Color #b420bf

%44.67
%7.94
%47.39

CMYK Percentages of Color #b420bf

%6
%83
%0
%25

Triadic Colors of #b420bf

#b420bf #bfb420 #20bfb4

Analogous Colors of #b420bf

#b420bf #bf207b #6520bf

Monochromatic Colors of #b420bf

#b420bf

Complementary Color

#b420bf #2bbf20

#b420bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b420bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b420bf Color CSS Codes

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

#b420bf Text Font Color

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

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


#b420bf Background Color

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

This div background color is #b420bf


#b420bf Border Color

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

This div border color is #b420bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b420bf


Comments

No comments written yet.

Please login to write comment.