Color Hex Logo

#b262ab Color Hex

#B262AB
(178,98,171)
0 Favorites   0 Comments

Color spaces of #b262ab

RGB 17898171
HSL0.850.340.54
HSV305°45°70°
CMYK 0.000.450.04   0.30
XYZ30.078521.140641.0233
Yxy21.14060.32610.2292
Hunter Lab45.978936.3081-20.7145
CIE-Lab53.103042.8712-25.3077

#b262ab color RGB value is (178,98,171).

#b262ab hex color red value is 178, green value is 98 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b262ab hue: 0.85 , saturation: 0.34 and the lightness value of b262ab is 0.54.

The process color (four color CMYK) of #b262ab color hex is 0.00, 0.45, 0.04, 0.30. Web safe color of #b262ab is #996699. Color #b262ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100010 10101011
Octal 262 142 253
Decimal 178 98 171
Hex B2 62 AB

RGB Percentages of Color #b262ab

%39.82
%21.92
%38.26

CMYK Percentages of Color #b262ab

%0
%45
%4
%30

Triadic Colors of #b262ab

#b262ab #abb262 #62abb2

Analogous Colors of #b262ab

#b262ab #b26283 #9162b2

Monochromatic Colors of #b262ab

#b262ab

Complementary Color

#b262ab #62b269

#b262ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b262ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b262ab Color CSS Codes

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

#b262ab Text Font Color

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

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


#b262ab Background Color

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

This div background color is #b262ab


#b262ab Border Color

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

This div border color is #b262ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b262ab


Comments

No comments written yet.

Please login to write comment.