Color Hex Logo

#b603ba Color Hex

#B603BA
(182,3,186)
0 Favorites   0 Comments

Color spaces of #b603ba

RGB 1823186
HSL0.830.970.37
HSV299°98°73°
CMYK 0.020.980.00   0.27
XYZ28.186913.555447.5852
Yxy13.55540.31550.1517
Hunter Lab36.817772.2253-50.8573
CIE-Lab43.588576.5845-49.0364

#b603ba color RGB value is (182,3,186).

#b603ba hex color red value is 182, green value is 3 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b603ba hue: 0.83 , saturation: 0.97 and the lightness value of b603ba is 0.37.

The process color (four color CMYK) of #b603ba color hex is 0.02, 0.98, 0.00, 0.27. Web safe color of #b603ba is #cc00cc. Color #b603ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000011 10111010
Octal 266 3 272
Decimal 182 3 186
Hex B6 3 BA

RGB Percentages of Color #b603ba

%49.06
%0.81
%50.13

CMYK Percentages of Color #b603ba

%2
%98
%0
%27

Triadic Colors of #b603ba

#b603ba #bab603 #03bab6

Analogous Colors of #b603ba

#b603ba #ba0362 #5b03ba

Monochromatic Colors of #b603ba

#b603ba

Complementary Color

#b603ba #07ba03

#b603ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b603ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b603ba Color CSS Codes

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

#b603ba Text Font Color

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

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


#b603ba Background Color

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

This div background color is #b603ba


#b603ba Border Color

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

This div border color is #b603ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,3,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b603ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b603ba;
  -webkit-box-shadow: 1px 1px 3px 2px #b603ba;
  box-shadow:         1px 1px 3px 2px #b603ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,3,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b603ba


Comments

No comments written yet.

Please login to write comment.