Color Hex Logo

#b565be Color Hex

#B565BE
(181,101,190)
0 Favorites   0 Comments

Color spaces of #b565be

RGB 181101190
HSL0.820.410.57
HSV294°47°75°
CMYK 0.050.470.00   0.25
XYZ33.004022.848851.3860
Yxy22.84880.30780.2131
Hunter Lab47.800439.5953-30.2771
CIE-Lab54.916345.7623-33.4436

#b565be color RGB value is (181,101,190).

#b565be hex color red value is 181, green value is 101 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b565be hue: 0.82 , saturation: 0.41 and the lightness value of b565be is 0.57.

The process color (four color CMYK) of #b565be color hex is 0.05, 0.47, 0.00, 0.25. Web safe color of #b565be is #cc66cc. Color #b565be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100101 10111110
Octal 265 145 276
Decimal 181 101 190
Hex B5 65 BE

RGB Percentages of Color #b565be

%38.35
%21.40
%40.25

CMYK Percentages of Color #b565be

%5
%47
%0
%25

Triadic Colors of #b565be

#b565be #beb565 #65beb5

Analogous Colors of #b565be

#b565be #be659b #8965be

Monochromatic Colors of #b565be

#b565be

Complementary Color

#b565be #6ebe65

#b565be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b565be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b565be Color CSS Codes

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

#b565be Text Font Color

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

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


#b565be Background Color

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

This div background color is #b565be


#b565be Border Color

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

This div border color is #b565be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b565be


Comments

No comments written yet.

Please login to write comment.