Color Hex Logo

#b751fa Color Hex

#B751FA
(183,81,250)
0 Favorites   0 Comments

Color spaces of #b751fa

RGB 18381250
HSL0.770.940.65
HSV276°68°98°
CMYK 0.270.680.00   0.02
XYZ39.726222.854392.7600
Yxy22.85430.25570.1471
Hunter Lab47.806264.6700-81.5782
CIE-Lab54.921968.1395-67.3172

#b751fa color RGB value is (183,81,250).

#b751fa hex color red value is 183, green value is 81 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b751fa hue: 0.77 , saturation: 0.94 and the lightness value of b751fa is 0.65.

The process color (four color CMYK) of #b751fa color hex is 0.27, 0.68, 0.00, 0.02. Web safe color of #b751fa is #cc66ff. Color #b751fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010001 11111010
Octal 267 121 372
Decimal 183 81 250
Hex B7 51 FA

RGB Percentages of Color #b751fa

%35.60
%15.76
%48.64

CMYK Percentages of Color #b751fa

%27
%68
%0
%2

Triadic Colors of #b751fa

#b751fa #fab751 #51fab7

Analogous Colors of #b751fa

#b751fa #fa51e9 #6251fa

Monochromatic Colors of #b751fa

#b751fa

Complementary Color

#b751fa #94fa51

#b751fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b751fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b751fa Color CSS Codes

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

#b751fa Text Font Color

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

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


#b751fa Background Color

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

This div background color is #b751fa


#b751fa Border Color

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

This div border color is #b751fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b751fa


Comments

No comments written yet.

Please login to write comment.