Color Hex Logo

#b65bdf Color Hex

#B65BDF
(182,91,223)
0 Favorites   0 Comments

Color spaces of #b65bdf

RGB 18291223
HSL0.780.670.62
HSV281°59°87°
CMYK 0.180.590.00   0.13
XYZ36.351822.755072.2882
Yxy22.75500.27670.1732
Hunter Lab47.702252.5483-56.4569
CIE-Lab54.819157.6834-52.3728

#b65bdf color RGB value is (182,91,223).

#b65bdf hex color red value is 182, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b65bdf hue: 0.78 , saturation: 0.67 and the lightness value of b65bdf is 0.62.

The process color (four color CMYK) of #b65bdf color hex is 0.18, 0.59, 0.00, 0.13. Web safe color of #b65bdf is #cc66cc. Color #b65bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011011 11011111
Octal 266 133 337
Decimal 182 91 223
Hex B6 5B DF

RGB Percentages of Color #b65bdf

%36.69
%18.35
%44.96

CMYK Percentages of Color #b65bdf

%18
%59
%0
%13

Triadic Colors of #b65bdf

#b65bdf #dfb65b #5bdfb6

Analogous Colors of #b65bdf

#b65bdf #df5bc6 #745bdf

Monochromatic Colors of #b65bdf

#b65bdf

Complementary Color

#b65bdf #84df5b

#b65bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65bdf Color CSS Codes

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

#b65bdf Text Font Color

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

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


#b65bdf Background Color

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

This div background color is #b65bdf


#b65bdf Border Color

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

This div border color is #b65bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,91,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 #b65bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65bdf


Comments

No comments written yet.

Please login to write comment.