Color Hex Logo

#b565df Color Hex

#B565DF
(181,101,223)
0 Favorites   0 Comments

Color spaces of #b565df

RGB 181101223
HSL0.780.660.64
HSV279°55°87°
CMYK 0.190.550.00   0.13
XYZ37.029024.458872.5814
Yxy24.45880.27620.1824
Hunter Lab49.455847.1003-52.3949
CIE-Lab56.544352.4872-49.6340

#b565df color RGB value is (181,101,223).

#b565df hex color red value is 181, green value is 101 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b565df hue: 0.78 , saturation: 0.66 and the lightness value of b565df is 0.64.

The process color (four color CMYK) of #b565df color hex is 0.19, 0.55, 0.00, 0.13. Web safe color of #b565df is #cc66cc. Color #b565df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100101 11011111
Octal 265 145 337
Decimal 181 101 223
Hex B5 65 DF

RGB Percentages of Color #b565df

%35.84
%20.00
%44.16

CMYK Percentages of Color #b565df

%19
%55
%0
%13

Triadic Colors of #b565df

#b565df #dfb565 #65dfb5

Analogous Colors of #b565df

#b565df #df65cc #7865df

Monochromatic Colors of #b565df

#b565df

Complementary Color

#b565df #8fdf65

#b565df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b565df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b565df Color CSS Codes

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

#b565df Text Font Color

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

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


#b565df Background Color

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

This div background color is #b565df


#b565df Border Color

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

This div border color is #b565df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b565df


Comments

No comments written yet.

Please login to write comment.