Color Hex Logo

#b65fc5 Color Hex

#B65FC5
(182,95,197)
0 Favorites   0 Comments

Color spaces of #b65fc5

RGB 18295197
HSL0.810.470.57
HSV291°52°77°
CMYK 0.080.520.00   0.23
XYZ33.461722.160755.3371
Yxy22.16070.30160.1997
Hunter Lab47.075244.4989-36.7431
CIE-Lab54.197150.4793-38.5764

#b65fc5 color RGB value is (182,95,197).

#b65fc5 hex color red value is 182, green value is 95 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b65fc5 hue: 0.81 , saturation: 0.47 and the lightness value of b65fc5 is 0.57.

The process color (four color CMYK) of #b65fc5 color hex is 0.08, 0.52, 0.00, 0.23. Web safe color of #b65fc5 is #cc66cc. Color #b65fc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011111 11000101
Octal 266 137 305
Decimal 182 95 197
Hex B6 5F C5

RGB Percentages of Color #b65fc5

%38.40
%20.04
%41.56

CMYK Percentages of Color #b65fc5

%8
%52
%0
%23

Triadic Colors of #b65fc5

#b65fc5 #c5b65f #5fc5b6

Analogous Colors of #b65fc5

#b65fc5 #c55fa1 #835fc5

Monochromatic Colors of #b65fc5

#b65fc5

Complementary Color

#b65fc5 #6ec55f

#b65fc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65fc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65fc5 Color CSS Codes

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

#b65fc5 Text Font Color

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

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


#b65fc5 Background Color

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

This div background color is #b65fc5


#b65fc5 Border Color

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

This div border color is #b65fc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65fc5


Comments

No comments written yet.

Please login to write comment.