Color Hex Logo

#b75dba Color Hex

#B75DBA
(183,93,186)
0 Favorites   0 Comments

Color spaces of #b75dba

RGB 18393186
HSL0.830.400.55
HSV298°50°73°
CMYK 0.020.500.00   0.27
XYZ32.305721.441248.8902
Yxy21.44120.31480.2089
Hunter Lab46.304643.5023-30.1874
CIE-Lab53.429049.6766-33.4449

#b75dba color RGB value is (183,93,186).

#b75dba hex color red value is 183, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b75dba hue: 0.83 , saturation: 0.40 and the lightness value of b75dba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011101 10111010
Octal 267 135 272
Decimal 183 93 186
Hex B7 5D BA

RGB Percentages of Color #b75dba

%39.61
%20.13
%40.26

CMYK Percentages of Color #b75dba

%2
%50
%0
%27

Triadic Colors of #b75dba

#b75dba #bab75d #5dbab7

Analogous Colors of #b75dba

#b75dba #ba5d8f #895dba

Monochromatic Colors of #b75dba

#b75dba

Complementary Color

#b75dba #60ba5d

#b75dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75dba Color CSS Codes

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

#b75dba Text Font Color

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

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


#b75dba Background Color

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

This div background color is #b75dba


#b75dba Border Color

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

This div border color is #b75dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75dba


Comments

No comments written yet.

Please login to write comment.