Color Hex Logo

#b758ad Color Hex

#B758AD
(183,88,173)
0 Favorites   0 Comments

Color spaces of #b758ad

RGB 18388173
HSL0.850.400.53
HSV306°52°72°
CMYK 0.000.520.05   0.28
XYZ30.561020.063941.7971
Yxy20.06390.33070.2171
Hunter Lab44.792743.3989-23.9699
CIE-Lab51.909449.8285-28.2683

#b758ad color RGB value is (183,88,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011000 10101101
Octal 267 130 255
Decimal 183 88 173
Hex B7 58 AD

RGB Percentages of Color #b758ad

%41.22
%19.82
%38.96

CMYK Percentages of Color #b758ad

%0
%52
%5
%28

Triadic Colors of #b758ad

#b758ad #adb758 #58adb7

Analogous Colors of #b758ad

#b758ad #b7587e #9258b7

Monochromatic Colors of #b758ad

#b758ad

Complementary Color

#b758ad #58b762

#b758ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b758ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b758ad Color CSS Codes

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

#b758ad Text Font Color

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

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


#b758ad Background Color

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

This div background color is #b758ad


#b758ad Border Color

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

This div border color is #b758ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b758ad


Comments

No comments written yet.

Please login to write comment.