Color Hex Logo

#b685c8 Color Hex

#B685C8
(182,133,200)
0 Favorites   0 Comments

Color spaces of #b685c8

RGB 182133200
HSL0.790.380.65
HSV284°34°78°
CMYK 0.090.340.00   0.22
XYZ38.104330.890358.5977
Yxy30.89030.29860.2421
Hunter Lab55.579025.1141-23.6049
CIE-Lab62.414930.6838-27.4829

#b685c8 color RGB value is (182,133,200).

#b685c8 hex color red value is 182, green value is 133 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b685c8 hue: 0.79 , saturation: 0.38 and the lightness value of b685c8 is 0.65.

The process color (four color CMYK) of #b685c8 color hex is 0.09, 0.34, 0.00, 0.22. Web safe color of #b685c8 is #cc99cc. Color #b685c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 11001000
Octal 266 205 310
Decimal 182 133 200
Hex B6 85 C8

RGB Percentages of Color #b685c8

%35.34
%25.83
%38.83

CMYK Percentages of Color #b685c8

%9
%34
%0
%22

Triadic Colors of #b685c8

#b685c8 #c8b685 #85c8b6

Analogous Colors of #b685c8

#b685c8 #c885b9 #9585c8

Monochromatic Colors of #b685c8

#b685c8

Complementary Color

#b685c8 #97c885

#b685c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b685c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b685c8 Color CSS Codes

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

#b685c8 Text Font Color

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

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


#b685c8 Background Color

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

This div background color is #b685c8


#b685c8 Border Color

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

This div border color is #b685c8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,133,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b685c8


Comments

No comments written yet.

Please login to write comment.