Color Hex Logo

#b318ba Color Hex

#B318BA
(179,24,186)
0 Favorites   0 Comments

Color spaces of #b318ba

RGB 17924186
HSL0.830.770.41
HSV297°87°73°
CMYK 0.040.870.00   0.27
XYZ27.780013.782147.6504
Yxy13.78210.31140.1545
Hunter Lab37.124368.6037-50.1140
CIE-Lab43.918873.5483-48.5361

#b318ba color RGB value is (179,24,186).

#b318ba hex color red value is 179, green value is 24 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b318ba hue: 0.83 , saturation: 0.77 and the lightness value of b318ba is 0.41.

The process color (four color CMYK) of #b318ba color hex is 0.04, 0.87, 0.00, 0.27. Web safe color of #b318ba is #cc00cc. Color #b318ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 10111010
Octal 263 30 272
Decimal 179 24 186
Hex B3 18 BA

RGB Percentages of Color #b318ba

%46.02
%6.17
%47.81

CMYK Percentages of Color #b318ba

%4
%87
%0
%27

Triadic Colors of #b318ba

#b318ba #bab318 #18bab3

Analogous Colors of #b318ba

#b318ba #ba1870 #6218ba

Monochromatic Colors of #b318ba

#b318ba

Complementary Color

#b318ba #1fba18

#b318ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b318ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b318ba Color CSS Codes

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

#b318ba Text Font Color

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

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


#b318ba Background Color

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

This div background color is #b318ba


#b318ba Border Color

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

This div border color is #b318ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,24,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 #b318ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b318ba


Comments

No comments written yet.

Please login to write comment.