Color Hex Logo

#b765ad Color Hex

#B765AD
(183,101,173)
0 Favorites   0 Comments

Color spaces of #b765ad

RGB 183101173
HSL0.850.360.56
HSV307°45°72°
CMYK 0.000.450.05   0.28
XYZ31.724922.391842.1851
Yxy22.39180.32940.2325
Hunter Lab47.320036.8624-19.7322
CIE-Lab54.440343.2140-24.3531

#b765ad color RGB value is (183,101,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 10101101
Octal 267 145 255
Decimal 183 101 173
Hex B7 65 AD

RGB Percentages of Color #b765ad

%40.04
%22.10
%37.86

CMYK Percentages of Color #b765ad

%0
%45
%5
%28

Triadic Colors of #b765ad

#b765ad #adb765 #65adb7

Analogous Colors of #b765ad

#b765ad #b76584 #9865b7

Monochromatic Colors of #b765ad

#b765ad

Complementary Color

#b765ad #65b76f

#b765ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b765ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b765ad Color CSS Codes

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

#b765ad Text Font Color

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

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


#b765ad Background Color

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

This div background color is #b765ad


#b765ad Border Color

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

This div border color is #b765ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b765ad


Comments

No comments written yet.

Please login to write comment.