Color Hex Logo

#b720de Color Hex

#B720DE
(183,32,222)
0 Favorites   0 Comments

Color spaces of #b720de

RGB 18332222
HSL0.800.750.50
HSV288°86°87°
CMYK 0.180.860.00   0.13
XYZ33.229816.374270.5164
Yxy16.37420.27660.1363
Hunter Lab40.465075.7699-74.9962
CIE-Lab47.461678.6939-63.6208

#b720de color RGB value is (183,32,222).

#b720de hex color red value is 183, green value is 32 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b720de hue: 0.80 , saturation: 0.75 and the lightness value of b720de is 0.50.

The process color (four color CMYK) of #b720de color hex is 0.18, 0.86, 0.00, 0.13. Web safe color of #b720de is #cc33cc. Color #b720de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100000 11011110
Octal 267 40 336
Decimal 183 32 222
Hex B7 20 DE

RGB Percentages of Color #b720de

%41.88
%7.32
%50.80

CMYK Percentages of Color #b720de

%18
%86
%0
%13

Triadic Colors of #b720de

#b720de #deb720 #20deb7

Analogous Colors of #b720de

#b720de #de20a6 #5820de

Monochromatic Colors of #b720de

#b720de

Complementary Color

#b720de #47de20

#b720de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b720de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b720de Color CSS Codes

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

#b720de Text Font Color

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

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


#b720de Background Color

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

This div background color is #b720de


#b720de Border Color

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

This div border color is #b720de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b720de


Comments

No comments written yet.

Please login to write comment.