Color Hex Logo

#b74dab Color Hex

#B74DAB
(183,77,171)
0 Favorites   0 Comments

Color spaces of #b74dab

RGB 18377171
HSL0.850.420.51
HSV307°58°72°
CMYK 0.000.580.07   0.28
XYZ29.533018.315340.5067
Yxy18.31530.33430.2073
Hunter Lab42.796448.2859-26.1604
CIE-Lab49.876354.7071-30.2621

#b74dab color RGB value is (183,77,171).

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

The process color (four color CMYK) of #b74dab color hex is 0.00, 0.58, 0.07, 0.28. Web safe color of #b74dab is #cc6699. Color #b74dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001101 10101011
Octal 267 115 253
Decimal 183 77 171
Hex B7 4D AB

RGB Percentages of Color #b74dab

%42.46
%17.87
%39.68

CMYK Percentages of Color #b74dab

%0
%58
%7
%28

Triadic Colors of #b74dab

#b74dab #abb74d #4dabb7

Analogous Colors of #b74dab

#b74dab #b74d76 #8e4db7

Monochromatic Colors of #b74dab

#b74dab

Complementary Color

#b74dab #4db759

#b74dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74dab Color CSS Codes

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

#b74dab Text Font Color

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

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


#b74dab Background Color

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

This div background color is #b74dab


#b74dab Border Color

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

This div border color is #b74dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74dab


Comments

No comments written yet.

Please login to write comment.