Color Hex Logo

#b758ab Color Hex

#B758AB
(183,88,171)
0 Favorites   0 Comments

Color spaces of #b758ab

RGB 18388171
HSL0.850.400.53
HSV308°52°72°
CMYK 0.000.520.07   0.28
XYZ30.368819.987040.7853
Yxy19.98700.33320.2193
Hunter Lab44.706843.0159-22.7945
CIE-Lab51.822549.4834-27.2356

#b758ab color RGB value is (183,88,171).

#b758ab hex color red value is 183, green value is 88 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b758ab hue: 0.85 , saturation: 0.40 and the lightness value of b758ab is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011000 10101011
Octal 267 130 253
Decimal 183 88 171
Hex B7 58 AB

RGB Percentages of Color #b758ab

%41.40
%19.91
%38.69

CMYK Percentages of Color #b758ab

%0
%52
%7
%28

Triadic Colors of #b758ab

#b758ab #abb758 #58abb7

Analogous Colors of #b758ab

#b758ab #b7587c #9458b7

Monochromatic Colors of #b758ab

#b758ab

Complementary Color

#b758ab #58b764

#b758ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b758ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b758ab Color CSS Codes

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

#b758ab Text Font Color

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

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


#b758ab Background Color

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

This div background color is #b758ab


#b758ab Border Color

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

This div border color is #b758ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b758ab


Comments

No comments written yet.

Please login to write comment.