Color Hex Logo

#b75daa Color Hex

#B75DAA
(183,93,170)
0 Favorites   0 Comments

Color spaces of #b75daa

RGB 18393170
HSL0.860.380.54
HSV309°49°72°
CMYK 0.000.490.07   0.28
XYZ30.698520.798340.4267
Yxy20.79830.33400.2263
Hunter Lab45.605240.3459-20.6340
CIE-Lab52.728046.8128-25.2506

#b75daa color RGB value is (183,93,170).

#b75daa hex color red value is 183, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b75daa hue: 0.86 , saturation: 0.38 and the lightness value of b75daa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011101 10101010
Octal 267 135 252
Decimal 183 93 170
Hex B7 5D AA

RGB Percentages of Color #b75daa

%41.03
%20.85
%38.12

CMYK Percentages of Color #b75daa

%0
%49
%7
%28

Triadic Colors of #b75daa

#b75daa #aab75d #5daab7

Analogous Colors of #b75daa

#b75daa #b75d7d #975db7

Monochromatic Colors of #b75daa

#b75daa

Complementary Color

#b75daa #5db76a

#b75daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75daa Color CSS Codes

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

#b75daa Text Font Color

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

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


#b75daa Background Color

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

This div background color is #b75daa


#b75daa Border Color

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

This div border color is #b75daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75daa


Comments

No comments written yet.

Please login to write comment.