Color Hex Logo

#b740ab Color Hex

#B740AB
(183,64,171)
0 Favorites   0 Comments

Color spaces of #b740ab

RGB 18364171
HSL0.850.480.48
HSV306°65°72°
CMYK 0.000.650.07   0.28
XYZ28.712516.674340.2332
Yxy16.67430.33530.1947
Hunter Lab40.834254.0522-29.8335
CIE-Lab47.847060.2884-33.4364

#b740ab color RGB value is (183,64,171).

#b740ab hex color red value is 183, green value is 64 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b740ab hue: 0.85 , saturation: 0.48 and the lightness value of b740ab is 0.48.

The process color (four color CMYK) of #b740ab color hex is 0.00, 0.65, 0.07, 0.28. Web safe color of #b740ab is #cc3399. Color #b740ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000000 10101011
Octal 267 100 253
Decimal 183 64 171
Hex B7 40 AB

RGB Percentages of Color #b740ab

%43.78
%15.31
%40.91

CMYK Percentages of Color #b740ab

%0
%65
%7
%28

Triadic Colors of #b740ab

#b740ab #abb740 #40abb7

Analogous Colors of #b740ab

#b740ab #b74070 #8840b7

Monochromatic Colors of #b740ab

#b740ab

Complementary Color

#b740ab #40b74c

#b740ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b740ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b740ab Color CSS Codes

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

#b740ab Text Font Color

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

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


#b740ab Background Color

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

This div background color is #b740ab


#b740ab Border Color

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

This div border color is #b740ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b740ab


Comments

No comments written yet.

Please login to write comment.