Color Hex Logo

#b760a8 Color Hex

#B760A8
(183,96,168)
0 Favorites   0 Comments

Color spaces of #b760a8

RGB 18396168
HSL0.860.380.55
HSV310°48°72°
CMYK 0.000.480.08   0.28
XYZ30.779221.260239.5272
Yxy21.26020.33610.2322
Hunter Lab46.108838.4645-18.5508
CIE-Lab53.233144.9362-23.3057

#b760a8 color RGB value is (183,96,168).

#b760a8 hex color red value is 183, green value is 96 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b760a8 hue: 0.86 , saturation: 0.38 and the lightness value of b760a8 is 0.55.

The process color (four color CMYK) of #b760a8 color hex is 0.00, 0.48, 0.08, 0.28. Web safe color of #b760a8 is #cc6699. Color #b760a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 10101000
Octal 267 140 250
Decimal 183 96 168
Hex B7 60 A8

RGB Percentages of Color #b760a8

%40.94
%21.48
%37.58

CMYK Percentages of Color #b760a8

%0
%48
%8
%28

Triadic Colors of #b760a8

#b760a8 #a8b760 #60a8b7

Analogous Colors of #b760a8

#b760a8 #b7607d #9b60b7

Monochromatic Colors of #b760a8

#b760a8

Complementary Color

#b760a8 #60b76f

#b760a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b760a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b760a8 Color CSS Codes

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

#b760a8 Text Font Color

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

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


#b760a8 Background Color

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

This div background color is #b760a8


#b760a8 Border Color

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

This div border color is #b760a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b760a8


Comments

No comments written yet.

Please login to write comment.