Color Hex Logo

#b565cc Color Hex

#B565CC
(181,101,204)
0 Favorites   0 Comments

Color spaces of #b565cc

RGB 181101204
HSL0.800.500.60
HSV287°50°80°
CMYK 0.110.500.00   0.20
XYZ34.608823.490859.8368
Yxy23.49080.29350.1992
Hunter Lab48.467342.6428-39.2712
CIE-Lab55.574348.5320-40.4157

#b565cc color RGB value is (181,101,204).

#b565cc hex color red value is 181, green value is 101 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b565cc hue: 0.80 , saturation: 0.50 and the lightness value of b565cc is 0.60.

The process color (four color CMYK) of #b565cc color hex is 0.11, 0.50, 0.00, 0.20. Web safe color of #b565cc is #cc66cc. Color #b565cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100101 11001100
Octal 265 145 314
Decimal 181 101 204
Hex B5 65 CC

RGB Percentages of Color #b565cc

%37.24
%20.78
%41.98

CMYK Percentages of Color #b565cc

%11
%50
%0
%20

Triadic Colors of #b565cc

#b565cc #ccb565 #65ccb5

Analogous Colors of #b565cc

#b565cc #cc65b0 #8265cc

Monochromatic Colors of #b565cc

#b565cc

Complementary Color

#b565cc #7ccc65

#b565cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b565cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b565cc Color CSS Codes

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

#b565cc Text Font Color

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

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


#b565cc Background Color

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

This div background color is #b565cc


#b565cc Border Color

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

This div border color is #b565cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,101,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b565cc


Comments

No comments written yet.

Please login to write comment.