Color Hex Logo

#b005af Color Hex

#B005AF
(176,5,175)
0 Favorites   0 Comments

Color spaces of #b005af

RGB 1765175
HSL0.830.940.35
HSV300°97°69°
CMYK 0.000.970.01   0.31
XYZ25.696612.433841.6030
Yxy12.43380.32230.1559
Hunter Lab35.261668.3726-45.2695
CIE-Lab41.897473.7496-45.3049

#b005af color RGB value is (176,5,175).

#b005af hex color red value is 176, green value is 5 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b005af hue: 0.83 , saturation: 0.94 and the lightness value of b005af is 0.35.

The process color (four color CMYK) of #b005af color hex is 0.00, 0.97, 0.01, 0.31. Web safe color of #b005af is #990099. Color #b005af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000101 10101111
Octal 260 5 257
Decimal 176 5 175
Hex B0 5 AF

RGB Percentages of Color #b005af

%49.44
%1.40
%49.16

CMYK Percentages of Color #b005af

%0
%97
%1
%31

Triadic Colors of #b005af

#b005af #afb005 #05afb0

Analogous Colors of #b005af

#b005af #b0055a #5c05b0

Monochromatic Colors of #b005af

#b005af

Complementary Color

#b005af #05b006

#b005af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b005af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b005af Color CSS Codes

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

#b005af Text Font Color

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

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


#b005af Background Color

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

This div background color is #b005af


#b005af Border Color

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

This div border color is #b005af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,5,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b005af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b005af;
  -webkit-box-shadow: 1px 1px 3px 2px #b005af;
  box-shadow:         1px 1px 3px 2px #b005af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,5,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b005af


Comments

No comments written yet.

Please login to write comment.