Color Hex Logo

#b084fd Color Hex

#B084FD
(176,132,253)
0 Favorites   0 Comments

Color spaces of #b084fd

RGB 176132253
HSL0.730.970.75
HSV262°48°99°
CMYK 0.300.480.00   0.01
XYZ43.885432.824596.9513
Yxy32.82450.25270.1890
Hunter Lab57.292736.4664-60.2263
CIE-Lab64.018641.5459-54.4471

#b084fd color RGB value is (176,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000100 11111101
Octal 260 204 375
Decimal 176 132 253
Hex B0 84 FD

RGB Percentages of Color #b084fd

%31.37
%23.53
%45.10

CMYK Percentages of Color #b084fd

%30
%48
%0
%1

Triadic Colors of #b084fd

#b084fd #fdb084 #84fdb0

Analogous Colors of #b084fd

#b084fd #ed84fd #8495fd

Monochromatic Colors of #b084fd

#b084fd

Complementary Color

#b084fd #d1fd84

#b084fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b084fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b084fd Color CSS Codes

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

#b084fd Text Font Color

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

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


#b084fd Background Color

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

This div background color is #b084fd


#b084fd Border Color

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

This div border color is #b084fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b084fd


Comments

No comments written yet.

Please login to write comment.