Color Hex Logo

#b72feb Color Hex

#B72FEB
(183,47,235)
0 Favorites   0 Comments

Color spaces of #b72feb

RGB 18347235
HSL0.790.820.55
HSV283°80°92°
CMYK 0.220.800.00   0.08
XYZ35.540418.098580.2174
Yxy18.09850.26550.1352
Hunter Lab42.542374.6721-82.0170
CIE-Lab49.615477.3925-67.5041

#b72feb color RGB value is (183,47,235).

#b72feb hex color red value is 183, green value is 47 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b72feb hue: 0.79 , saturation: 0.82 and the lightness value of b72feb is 0.55.

The process color (four color CMYK) of #b72feb color hex is 0.22, 0.80, 0.00, 0.08. Web safe color of #b72feb is #cc33ff. Color #b72feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101111 11101011
Octal 267 57 353
Decimal 183 47 235
Hex B7 2F EB

RGB Percentages of Color #b72feb

%39.35
%10.11
%50.54

CMYK Percentages of Color #b72feb

%22
%80
%0
%8

Triadic Colors of #b72feb

#b72feb #ebb72f #2febb7

Analogous Colors of #b72feb

#b72feb #eb2fc1 #592feb

Monochromatic Colors of #b72feb

#b72feb

Complementary Color

#b72feb #63eb2f

#b72feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72feb Color CSS Codes

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

#b72feb Text Font Color

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

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


#b72feb Background Color

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

This div background color is #b72feb


#b72feb Border Color

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

This div border color is #b72feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72feb


Comments

No comments written yet.

Please login to write comment.