Color Hex Logo

#b785fa Color Hex

#B785FA
(183,133,250)
0 Favorites   0 Comments

Color spaces of #b785fa

RGB 183133250
HSL0.740.920.75
HSV266°47°98°
CMYK 0.270.470.00   0.02
XYZ45.171333.744594.5750
Yxy33.74450.26040.1945
Hunter Lab58.090037.1456-55.8657
CIE-Lab64.759342.0915-51.5850

#b785fa color RGB value is (183,133,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000101 11111010
Octal 267 205 372
Decimal 183 133 250
Hex B7 85 FA

RGB Percentages of Color #b785fa

%32.33
%23.50
%44.17

CMYK Percentages of Color #b785fa

%27
%47
%0
%2

Triadic Colors of #b785fa

#b785fa #fab785 #85fab7

Analogous Colors of #b785fa

#b785fa #f285fa #858efa

Monochromatic Colors of #b785fa

#b785fa

Complementary Color

#b785fa #c8fa85

#b785fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b785fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b785fa Color CSS Codes

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

#b785fa Text Font Color

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

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


#b785fa Background Color

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

This div background color is #b785fa


#b785fa Border Color

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

This div border color is #b785fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b785fa


Comments

No comments written yet.

Please login to write comment.