color codes Logo

#b730fb color codes

#B730FB
(183,48,251)
0 Favorites   0 Comments

Color spaces of #b730fb

RGB 18348251
HSL0.780.960.59
HSV280°81°98°
CMYK 0.270.810.00   0.02
XYZ37.998019.146292.9597
Yxy19.14620.25310.1276
Hunter Lab43.756478.4356-95.3312
CIE-Lab50.857880.1557-74.4603

#b730fb color RGB value is (183,48,251).

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

The process color (four color CMYK) of #b730fb color code is 0.27, 0.81, 0.00, 0.02. Web safe color of #b730fb is #cc33ff. Color #b730fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110000 11111011
Octal 267 60 373
Decimal 183 48 251
Hex B7 30 FB

RGB Percentages of Color #b730fb

%37.97
%9.96
%52.07

CMYK Percentages of Color #b730fb

%27
%81
%0
%2

Triadic Colors of #b730fb

#b730fb #fbb730 #30fbb7

Analogous Colors of #b730fb

#b730fb #fb30da #5130fb

Monochromatic Colors of #b730fb

#b730fb

Complementary Color

#b730fb #74fb30

#b730fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b730fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b730fb Color CSS Codes

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

#b730fb Text Font Color

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

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


#b730fb Background Color

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

This div background color is #b730fb


#b730fb Border Color

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

This div border color is #b730fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b730fb


Comments

No comments written yet.

Please login to write comment.