Color Hex Logo

#b765a8 Color Hex

#B765A8
(183,101,168)
0 Favorites   0 Comments

Color spaces of #b765a8

RGB 183101168
HSL0.860.360.56
HSV311°45°72°
CMYK 0.000.450.08   0.28
XYZ31.250022.201839.6841
Yxy22.20180.33550.2384
Hunter Lab47.118835.9264-16.9517
CIE-Lab54.240542.3359-21.7573

#b765a8 color RGB value is (183,101,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 10101000
Octal 267 145 250
Decimal 183 101 168
Hex B7 65 A8

RGB Percentages of Color #b765a8

%40.49
%22.35
%37.17

CMYK Percentages of Color #b765a8

%0
%45
%8
%28

Triadic Colors of #b765a8

#b765a8 #a8b765 #65a8b7

Analogous Colors of #b765a8

#b765a8 #b7657f #9d65b7

Monochromatic Colors of #b765a8

#b765a8

Complementary Color

#b765a8 #65b774

#b765a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b765a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b765a8 Color CSS Codes

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

#b765a8 Text Font Color

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

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


#b765a8 Background Color

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

This div background color is #b765a8


#b765a8 Border Color

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

This div border color is #b765a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b765a8


Comments

No comments written yet.

Please login to write comment.