Color Hex Logo

#b184fd Color Hex

#B184FD
(177,132,253)
0 Favorites   0 Comments

Color spaces of #b184fd

RGB 177132253
HSL0.730.970.75
HSV262°48°99°
CMYK 0.300.480.00   0.01
XYZ44.112332.941596.9619
Yxy32.94150.25350.1893
Hunter Lab57.394736.7505-59.9875
CIE-Lab64.113541.8015-54.2904

#b184fd color RGB value is (177,132,253).

#b184fd hex color red value is 177, green value is 132 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b184fd hue: 0.73 , saturation: 0.97 and the lightness value of b184fd is 0.75.

The process color (four color CMYK) of #b184fd color hex is 0.30, 0.48, 0.00, 0.01. Web safe color of #b184fd is #9999ff. Color #b184fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 11111101
Octal 261 204 375
Decimal 177 132 253
Hex B1 84 FD

RGB Percentages of Color #b184fd

%31.49
%23.49
%45.02

CMYK Percentages of Color #b184fd

%30
%48
%0
%1

Triadic Colors of #b184fd

#b184fd #fdb184 #84fdb1

Analogous Colors of #b184fd

#b184fd #ee84fd #8494fd

Monochromatic Colors of #b184fd

#b184fd

Complementary Color

#b184fd #d0fd84

#b184fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b184fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b184fd Color CSS Codes

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

#b184fd Text Font Color

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

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


#b184fd Background Color

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

This div background color is #b184fd


#b184fd Border Color

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

This div border color is #b184fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,132,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b184fd

Related Colors


Comments

No comments written yet.

Please login to write comment.