Color Hex Logo

#b683ad Color Hex

#B683AD
(182,131,173)
0 Favorites   0 Comments

Color spaces of #b683ad

RGB 182131173
HSL0.860.260.61
HSV311°28°71°
CMYK 0.000.280.05   0.29
XYZ34.950529.194843.3282
Yxy29.19480.32520.2716
Hunter Lab54.032220.9056-9.7218
CIE-Lab60.953226.5186-14.4292

#b683ad color RGB value is (182,131,173).

#b683ad hex color red value is 182, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b683ad hue: 0.86 , saturation: 0.26 and the lightness value of b683ad is 0.61.

The process color (four color CMYK) of #b683ad color hex is 0.00, 0.28, 0.05, 0.29. Web safe color of #b683ad is #cc9999. Color #b683ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000011 10101101
Octal 266 203 255
Decimal 182 131 173
Hex B6 83 AD

RGB Percentages of Color #b683ad

%37.45
%26.95
%35.60

CMYK Percentages of Color #b683ad

%0
%28
%5
%29

Triadic Colors of #b683ad

#b683ad #adb683 #83adb6

Analogous Colors of #b683ad

#b683ad #b68394 #a683b6

Monochromatic Colors of #b683ad

#b683ad

Complementary Color

#b683ad #83b68c

#b683ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b683ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b683ad Color CSS Codes

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

#b683ad Text Font Color

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

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


#b683ad Background Color

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

This div background color is #b683ad


#b683ad Border Color

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

This div border color is #b683ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b683ad


Comments

No comments written yet.

Please login to write comment.