Color Hex Logo

#b75bae Color Hex

#B75BAE
(183,91,174)
0 Favorites   0 Comments

Color spaces of #b75bae

RGB 18391174
HSL0.850.390.54
HSV306°50°72°
CMYK 0.000.500.05   0.28
XYZ30.909520.605442.3925
Yxy20.60540.32910.2194
Hunter Lab45.393242.1077-23.5955
CIE-Lab52.514948.5157-27.9113

#b75bae color RGB value is (183,91,174).

#b75bae hex color red value is 183, green value is 91 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b75bae hue: 0.85 , saturation: 0.39 and the lightness value of b75bae is 0.54.

The process color (four color CMYK) of #b75bae color hex is 0.00, 0.50, 0.05, 0.28. Web safe color of #b75bae is #cc6699. Color #b75bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011011 10101110
Octal 267 133 256
Decimal 183 91 174
Hex B7 5B AE

RGB Percentages of Color #b75bae

%40.85
%20.31
%38.84

CMYK Percentages of Color #b75bae

%0
%50
%5
%28

Triadic Colors of #b75bae

#b75bae #aeb75b #5baeb7

Analogous Colors of #b75bae

#b75bae #b75b80 #925bb7

Monochromatic Colors of #b75bae

#b75bae

Complementary Color

#b75bae #5bb764

#b75bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75bae Color CSS Codes

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

#b75bae Text Font Color

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

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


#b75bae Background Color

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

This div background color is #b75bae


#b75bae Border Color

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

This div border color is #b75bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75bae


Comments

No comments written yet.

Please login to write comment.