Color Hex Logo

#b720bf Color Hex

#B720BF
(183,32,191)
0 Favorites   0 Comments

Color spaces of #b720bf

RGB 18332191
HSL0.820.710.44
HSV297°83°75°
CMYK 0.040.830.00   0.25
XYZ29.448914.861950.6067
Yxy14.86190.31030.1566
Hunter Lab38.551168.8902-50.8452
CIE-Lab45.444573.4881-48.9831

#b720bf color RGB value is (183,32,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100000 10111111
Octal 267 40 277
Decimal 183 32 191
Hex B7 20 BF

RGB Percentages of Color #b720bf

%45.07
%7.88
%47.04

CMYK Percentages of Color #b720bf

%4
%83
%0
%25

Triadic Colors of #b720bf

#b720bf #bfb720 #20bfb7

Analogous Colors of #b720bf

#b720bf #bf2078 #6820bf

Monochromatic Colors of #b720bf

#b720bf

Complementary Color

#b720bf #28bf20

#b720bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b720bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b720bf Color CSS Codes

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

#b720bf Text Font Color

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

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


#b720bf Background Color

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

This div background color is #b720bf


#b720bf Border Color

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

This div border color is #b720bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,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 #b720bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b720bf


Comments

No comments written yet.

Please login to write comment.