Color Hex Logo

#b65bcf Color Hex

#B65BCF
(182,91,207)
0 Favorites   0 Comments

Color spaces of #b65bcf

RGB 18291207
HSL0.800.550.58
HSV287°56°81°
CMYK 0.120.560.00   0.19
XYZ34.295021.932261.4573
Yxy21.93220.29140.1864
Hunter Lab46.831848.7601-45.0239
CIE-Lab53.955054.4295-44.6733

#b65bcf color RGB value is (182,91,207).

#b65bcf hex color red value is 182, green value is 91 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b65bcf hue: 0.80 , saturation: 0.55 and the lightness value of b65bcf is 0.58.

The process color (four color CMYK) of #b65bcf color hex is 0.12, 0.56, 0.00, 0.19. Web safe color of #b65bcf is #cc66cc. Color #b65bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011011 11001111
Octal 266 133 317
Decimal 182 91 207
Hex B6 5B CF

RGB Percentages of Color #b65bcf

%37.92
%18.96
%43.13

CMYK Percentages of Color #b65bcf

%12
%56
%0
%19

Triadic Colors of #b65bcf

#b65bcf #cfb65b #5bcfb6

Analogous Colors of #b65bcf

#b65bcf #cf5bae #7c5bcf

Monochromatic Colors of #b65bcf

#b65bcf

Complementary Color

#b65bcf #74cf5b

#b65bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65bcf Color CSS Codes

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

#b65bcf Text Font Color

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

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


#b65bcf Background Color

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

This div background color is #b65bcf


#b65bcf Border Color

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

This div border color is #b65bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65bcf


Comments

No comments written yet.

Please login to write comment.