Color Hex Logo

#b283ad Color Hex

#B283AD
(178,131,173)
0 Favorites   0 Comments

Color spaces of #b283ad

RGB 178131173
HSL0.850.230.61
HSV306°26°70°
CMYK 0.000.260.03   0.30
XYZ34.019228.714743.2846
Yxy28.71470.32090.2708
Hunter Lab53.586119.5453-10.3817
CIE-Lab60.529025.1365-15.1111

#b283ad color RGB value is (178,131,173).

#b283ad hex color red value is 178, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b283ad hue: 0.85 , saturation: 0.23 and the lightness value of b283ad is 0.61.

The process color (four color CMYK) of #b283ad color hex is 0.00, 0.26, 0.03, 0.30. Web safe color of #b283ad is #999999. Color #b283ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000011 10101101
Octal 262 203 255
Decimal 178 131 173
Hex B2 83 AD

RGB Percentages of Color #b283ad

%36.93
%27.18
%35.89

CMYK Percentages of Color #b283ad

%0
%26
%3
%30

Triadic Colors of #b283ad

#b283ad #adb283 #83adb2

Analogous Colors of #b283ad

#b283ad #b28396 #a083b2

Monochromatic Colors of #b283ad

#b283ad

Complementary Color

#b283ad #83b288

#b283ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b283ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b283ad Color CSS Codes

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

#b283ad Text Font Color

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

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


#b283ad Background Color

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

This div background color is #b283ad


#b283ad Border Color

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

This div border color is #b283ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b283ad


Comments

No comments written yet.

Please login to write comment.