Color Hex Logo

#b74baa Color Hex

#B74BAA
(183,75,170)
0 Favorites   0 Comments

Color spaces of #b74baa

RGB 18375170
HSL0.850.430.51
HSV307°59°72°
CMYK 0.000.590.07   0.28
XYZ29.300218.001739.9606
Yxy18.00170.33580.2063
Hunter Lab42.428449.0188-26.1416
CIE-Lab49.498255.4449-30.2647

#b74baa color RGB value is (183,75,170).

#b74baa hex color red value is 183, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b74baa hue: 0.85 , saturation: 0.43 and the lightness value of b74baa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001011 10101010
Octal 267 113 252
Decimal 183 75 170
Hex B7 4B AA

RGB Percentages of Color #b74baa

%42.76
%17.52
%39.72

CMYK Percentages of Color #b74baa

%0
%59
%7
%28

Triadic Colors of #b74baa

#b74baa #aab74b #4baab7

Analogous Colors of #b74baa

#b74baa #b74b74 #8e4bb7

Monochromatic Colors of #b74baa

#b74baa

Complementary Color

#b74baa #4bb758

#b74baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74baa Color CSS Codes

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

#b74baa Text Font Color

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

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


#b74baa Background Color

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

This div background color is #b74baa


#b74baa Border Color

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

This div border color is #b74baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,75,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74baa


Comments

No comments written yet.

Please login to write comment.