Color Hex Logo

#b74dbb Color Hex

#B74DBB
(183,77,187)
0 Favorites   0 Comments

Color spaces of #b74dbb

RGB 18377187
HSL0.830.450.52
HSV298°59°73°
CMYK 0.020.590.00   0.27
XYZ31.152018.962949.0320
Yxy18.96290.31420.1913
Hunter Lab43.546451.4882-36.2763
CIE-Lab50.643857.4777-38.3949

#b74dbb color RGB value is (183,77,187).

#b74dbb hex color red value is 183, green value is 77 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b74dbb hue: 0.83 , saturation: 0.45 and the lightness value of b74dbb is 0.52.

The process color (four color CMYK) of #b74dbb color hex is 0.02, 0.59, 0.00, 0.27. Web safe color of #b74dbb is #cc66cc. Color #b74dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001101 10111011
Octal 267 115 273
Decimal 183 77 187
Hex B7 4D BB

RGB Percentages of Color #b74dbb

%40.94
%17.23
%41.83

CMYK Percentages of Color #b74dbb

%2
%59
%0
%27

Triadic Colors of #b74dbb

#b74dbb #bbb74d #4dbbb7

Analogous Colors of #b74dbb

#b74dbb #bb4d88 #804dbb

Monochromatic Colors of #b74dbb

#b74dbb

Complementary Color

#b74dbb #51bb4d

#b74dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74dbb Color CSS Codes

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

#b74dbb Text Font Color

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

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


#b74dbb Background Color

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

This div background color is #b74dbb


#b74dbb Border Color

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

This div border color is #b74dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74dbb


Comments

No comments written yet.

Please login to write comment.