Color Hex Logo

#b740fb Color Hex

#B740FB
(183,64,251)
0 Favorites   0 Comments

Color spaces of #b740fb

RGB 18364251
HSL0.770.960.62
HSV278°75°98°
CMYK 0.270.750.00   0.02
XYZ38.774420.699193.2185
Yxy20.69910.25390.1356
Hunter Lab45.496372.5090-89.6335
CIE-Lab52.618675.0580-71.6004

#b740fb color RGB value is (183,64,251).

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

The process color (four color CMYK) of #b740fb color hex is 0.27, 0.75, 0.00, 0.02. Web safe color of #b740fb is #cc33ff. Color #b740fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000000 11111011
Octal 267 100 373
Decimal 183 64 251
Hex B7 40 FB

RGB Percentages of Color #b740fb

%36.75
%12.85
%50.40

CMYK Percentages of Color #b740fb

%27
%75
%0
%2

Triadic Colors of #b740fb

#b740fb #fbb740 #40fbb7

Analogous Colors of #b740fb

#b740fb #fb40e2 #5a40fb

Monochromatic Colors of #b740fb

#b740fb

Complementary Color

#b740fb #84fb40

#b740fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b740fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b740fb Color CSS Codes

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

#b740fb Text Font Color

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

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


#b740fb Background Color

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

This div background color is #b740fb


#b740fb Border Color

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

This div border color is #b740fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b740fb

Related Colors

#b740fb Color Palettes


Comments

No comments written yet.

Please login to write comment.