Color Hex Logo

#b284cf Color Hex

#B284CF
(178,132,207)
0 Favorites   0 Comments

Color spaces of #b284cf

RGB 178132207
HSL0.770.440.66
HSV277°36°81°
CMYK 0.140.360.00   0.19
XYZ37.873830.472562.9171
Yxy30.47250.28850.2321
Hunter Lab55.201925.8648-28.9352
CIE-Lab62.059831.4696-31.9980

#b284cf color RGB value is (178,132,207).

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

The process color (four color CMYK) of #b284cf color hex is 0.14, 0.36, 0.00, 0.19. Web safe color of #b284cf is #9999cc. Color #b284cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 11001111
Octal 262 204 317
Decimal 178 132 207
Hex B2 84 CF

RGB Percentages of Color #b284cf

%34.43
%25.53
%40.04

CMYK Percentages of Color #b284cf

%14
%36
%0
%19

Triadic Colors of #b284cf

#b284cf #cfb284 #84cfb2

Analogous Colors of #b284cf

#b284cf #cf84c7 #8d84cf

Monochromatic Colors of #b284cf

#b284cf

Complementary Color

#b284cf #a1cf84

#b284cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b284cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b284cf Color CSS Codes

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

#b284cf Text Font Color

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

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


#b284cf Background Color

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

This div background color is #b284cf


#b284cf Border Color

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

This div border color is #b284cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b284cf


Comments

No comments written yet.

Please login to write comment.