Color Hex Logo

#b730ff Color Hex

#B730FF
(183,48,255)
0 Favorites   0 Comments

Color spaces of #b730ff

RGB 18348255
HSL0.781.000.59
HSV279°81°100°
CMYK 0.280.810.00   0.00
XYZ38.635419.401296.3162
Yxy19.40120.25030.1257
Hunter Lab44.046879.4884-98.8154
CIE-Lab51.153380.9301-76.2074

#b730ff color RGB value is (183,48,255).

#b730ff hex color red value is 183, green value is 48 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b730ff hue: 0.78 , saturation: 1.00 and the lightness value of b730ff is 0.59.

The process color (four color CMYK) of #b730ff color hex is 0.28, 0.81, 0.00, 0.00. Web safe color of #b730ff is #cc33ff. Color #b730ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110000 11111111
Octal 267 60 377
Decimal 183 48 255
Hex B7 30 FF

RGB Percentages of Color #b730ff

%37.65
%9.88
%52.47

CMYK Percentages of Color #b730ff

%28
%81
%0
%0

Triadic Colors of #b730ff

#b730ff #ffb730 #30ffb7

Analogous Colors of #b730ff

#b730ff #ff30e0 #4f30ff

Monochromatic Colors of #b730ff

#b730ff

Complementary Color

#b730ff #78ff30

#b730ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b730ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b730ff Color CSS Codes

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

#b730ff Text Font Color

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

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


#b730ff Background Color

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

This div background color is #b730ff


#b730ff Border Color

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

This div border color is #b730ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b730ff


Comments

No comments written yet.

Please login to write comment.