Color Hex Logo

#b655ae Color Hex

#B655AE
(182,85,174)
0 Favorites   0 Comments

Color spaces of #b655ae

RGB 18285174
HSL0.850.400.52
HSV305°53°71°
CMYK 0.000.530.04   0.29
XYZ30.179919.498142.2172
Yxy19.49810.32840.2122
Hunter Lab44.156744.7259-25.7762
CIE-Lab51.264951.1765-29.8648

#b655ae color RGB value is (182,85,174).

#b655ae hex color red value is 182, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b655ae hue: 0.85 , saturation: 0.40 and the lightness value of b655ae is 0.52.

The process color (four color CMYK) of #b655ae color hex is 0.00, 0.53, 0.04, 0.29. Web safe color of #b655ae is #cc6699. Color #b655ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010101 10101110
Octal 266 125 256
Decimal 182 85 174
Hex B6 55 AE

RGB Percentages of Color #b655ae

%41.27
%19.27
%39.46

CMYK Percentages of Color #b655ae

%0
%53
%4
%29

Triadic Colors of #b655ae

#b655ae #aeb655 #55aeb6

Analogous Colors of #b655ae

#b655ae #b6557e #8e55b6

Monochromatic Colors of #b655ae

#b655ae

Complementary Color

#b655ae #55b65d

#b655ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b655ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b655ae Color CSS Codes

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

#b655ae Text Font Color

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

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


#b655ae Background Color

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

This div background color is #b655ae


#b655ae Border Color

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

This div border color is #b655ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b655ae


Comments

No comments written yet.

Please login to write comment.