Color Hex Logo

#b284fd Color Hex

#B284FD
(178,132,253)
0 Favorites   0 Comments

Color spaces of #b284fd

RGB 178132253
HSL0.730.970.75
HSV263°48°99°
CMYK 0.300.480.00   0.01
XYZ44.341033.059496.9726
Yxy33.05940.25430.1896
Hunter Lab57.497337.0361-59.7480
CIE-Lab64.209042.0579-54.1328

#b284fd color RGB value is (178,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 11111101
Octal 262 204 375
Decimal 178 132 253
Hex B2 84 FD

RGB Percentages of Color #b284fd

%31.62
%23.45
%44.94

CMYK Percentages of Color #b284fd

%30
%48
%0
%1

Triadic Colors of #b284fd

#b284fd #fdb284 #84fdb2

Analogous Colors of #b284fd

#b284fd #ef84fd #8493fd

Monochromatic Colors of #b284fd

#b284fd

Complementary Color

#b284fd #cffd84

#b284fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b284fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b284fd Color CSS Codes

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

#b284fd Text Font Color

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

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


#b284fd Background Color

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

This div background color is #b284fd


#b284fd Border Color

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

This div border color is #b284fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b284fd


Comments

No comments written yet.

Please login to write comment.