Color Hex Logo

#b768ad Color Hex

#B768AD
(183,104,173)
0 Favorites   0 Comments

Color spaces of #b768ad

RGB 183104173
HSL0.850.350.56
HSV308°43°72°
CMYK 0.000.430.05   0.28
XYZ32.021622.985042.2840
Yxy22.98500.32910.2363
Hunter Lab47.942735.3230-18.7321
CIE-Lab55.056941.6340-23.4038

#b768ad color RGB value is (183,104,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101000 10101101
Octal 267 150 255
Decimal 183 104 173
Hex B7 68 AD

RGB Percentages of Color #b768ad

%39.78
%22.61
%37.61

CMYK Percentages of Color #b768ad

%0
%43
%5
%28

Triadic Colors of #b768ad

#b768ad #adb768 #68adb7

Analogous Colors of #b768ad

#b768ad #b76886 #9a68b7

Monochromatic Colors of #b768ad

#b768ad

Complementary Color

#b768ad #68b772

#b768ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b768ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b768ad Color CSS Codes

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

#b768ad Text Font Color

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

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


#b768ad Background Color

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

This div background color is #b768ad


#b768ad Border Color

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

This div border color is #b768ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b768ad


Comments

No comments written yet.

Please login to write comment.