Color Hex Logo

#b700ab Color Hex

#B700AB
(183,0,171)
0 Favorites   0 Comments

Color spaces of #b700ab

RGB 1830171
HSL0.841.000.36
HSV304°100°72°
CMYK 0.001.000.07   0.28
XYZ26.879113.007639.6221
Yxy13.00760.33810.1636
Hunter Lab36.066169.9159-39.8897
CIE-Lab42.774774.8534-41.4515

#b700ab color RGB value is (183,0,171).

#b700ab hex color red value is 183, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b700ab hue: 0.84 , saturation: 1.00 and the lightness value of b700ab is 0.36.

The process color (four color CMYK) of #b700ab color hex is 0.00, 1.00, 0.07, 0.28. Web safe color of #b700ab is #cc0099. Color #b700ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000000 10101011
Octal 267 0 253
Decimal 183 0 171
Hex B7 0 AB

RGB Percentages of Color #b700ab

%51.69
%0.00
%48.31

CMYK Percentages of Color #b700ab

%0
%100
%7
%28

Triadic Colors of #b700ab

#b700ab #abb700 #00abb7

Analogous Colors of #b700ab

#b700ab #b70050 #6800b7

Monochromatic Colors of #b700ab

#b700ab

Complementary Color

#b700ab #00b70c

#b700ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b700ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b700ab Color CSS Codes

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

#b700ab Text Font Color

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

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


#b700ab Background Color

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

This div background color is #b700ab


#b700ab Border Color

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

This div border color is #b700ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b700ab


Comments

No comments written yet.

Please login to write comment.