Color Hex Logo

#b284cb Color Hex

#B284CB
(178,132,203)
0 Favorites   0 Comments

Color spaces of #b284cb

RGB 178132203
HSL0.770.410.66
HSV279°35°80°
CMYK 0.120.350.00   0.20
XYZ37.390930.279360.3737
Yxy30.27930.29200.2365
Hunter Lab55.026624.9951-26.5327
CIE-Lab61.894530.6118-30.0074

#b284cb color RGB value is (178,132,203).

#b284cb hex color red value is 178, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b284cb hue: 0.77 , saturation: 0.41 and the lightness value of b284cb is 0.66.

The process color (four color CMYK) of #b284cb color hex is 0.12, 0.35, 0.00, 0.20. Web safe color of #b284cb is #9999cc. Color #b284cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 11001011
Octal 262 204 313
Decimal 178 132 203
Hex B2 84 CB

RGB Percentages of Color #b284cb

%34.70
%25.73
%39.57

CMYK Percentages of Color #b284cb

%12
%35
%0
%20

Triadic Colors of #b284cb

#b284cb #cbb284 #84cbb2

Analogous Colors of #b284cb

#b284cb #cb84c1 #8f84cb

Monochromatic Colors of #b284cb

#b284cb

Complementary Color

#b284cb #9dcb84

#b284cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b284cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b284cb Color CSS Codes

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

#b284cb Text Font Color

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

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


#b284cb Background Color

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

This div background color is #b284cb


#b284cb Border Color

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

This div border color is #b284cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b284cb


Comments

No comments written yet.

Please login to write comment.