Color Hex Logo

#b784fa Color Hex

#B784FA
(183,132,250)
0 Favorites   0 Comments

Color spaces of #b784fa

RGB 183132250
HSL0.740.920.75
HSV266°47°98°
CMYK 0.270.470.00   0.02
XYZ45.035033.471994.5296
Yxy33.47190.26030.1934
Hunter Lab57.854937.7006-56.3760
CIE-Lab64.541242.6385-51.9304

#b784fa color RGB value is (183,132,250).

#b784fa hex color red value is 183, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b784fa hue: 0.74 , saturation: 0.92 and the lightness value of b784fa is 0.75.

The process color (four color CMYK) of #b784fa color hex is 0.27, 0.47, 0.00, 0.02. Web safe color of #b784fa is #cc99ff. Color #b784fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 11111010
Octal 267 204 372
Decimal 183 132 250
Hex B7 84 FA

RGB Percentages of Color #b784fa

%32.39
%23.36
%44.25

CMYK Percentages of Color #b784fa

%27
%47
%0
%2

Triadic Colors of #b784fa

#b784fa #fab784 #84fab7

Analogous Colors of #b784fa

#b784fa #f284fa #848cfa

Monochromatic Colors of #b784fa

#b784fa

Complementary Color

#b784fa #c7fa84

#b784fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b784fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b784fa Color CSS Codes

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

#b784fa Text Font Color

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

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


#b784fa Background Color

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

This div background color is #b784fa


#b784fa Border Color

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

This div border color is #b784fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b784fa


Comments

No comments written yet.

Please login to write comment.