Color Hex Logo

#b75dbb Color Hex

#B75DBB
(183,93,187)
0 Favorites   0 Comments

Color spaces of #b75dbb

RGB 18393187
HSL0.830.410.55
HSV297°50°73°
CMYK 0.020.500.00   0.27
XYZ32.412421.483849.4522
Yxy21.48380.31360.2079
Hunter Lab46.350643.7092-30.8120
CIE-Lab53.475049.8623-33.9502

#b75dbb color RGB value is (183,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011101 10111011
Octal 267 135 273
Decimal 183 93 187
Hex B7 5D BB

RGB Percentages of Color #b75dbb

%39.52
%20.09
%40.39

CMYK Percentages of Color #b75dbb

%2
%50
%0
%27

Triadic Colors of #b75dbb

#b75dbb #bbb75d #5dbbb7

Analogous Colors of #b75dbb

#b75dbb #bb5d90 #885dbb

Monochromatic Colors of #b75dbb

#b75dbb

Complementary Color

#b75dbb #61bb5d

#b75dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75dbb Color CSS Codes

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

#b75dbb Text Font Color

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

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


#b75dbb Background Color

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

This div background color is #b75dbb


#b75dbb Border Color

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

This div border color is #b75dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75dbb


Comments

No comments written yet.

Please login to write comment.