Color Hex Logo

#b865be Color Hex

#B865BE
(184,101,190)
0 Favorites   0 Comments

Color spaces of #b865be

RGB 184101190
HSL0.820.410.57
HSV296°47°75°
CMYK 0.030.470.00   0.25
XYZ33.715123.215451.4192
Yxy23.21540.31120.2143
Hunter Lab48.182440.5844-29.5454
CIE-Lab55.293546.6423-32.8267

#b865be color RGB value is (184,101,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100101 10111110
Octal 270 145 276
Decimal 184 101 190
Hex B8 65 BE

RGB Percentages of Color #b865be

%38.74
%21.26
%40.00

CMYK Percentages of Color #b865be

%3
%47
%0
%25

Triadic Colors of #b865be

#b865be #beb865 #65beb8

Analogous Colors of #b865be

#b865be #be6598 #8c65be

Monochromatic Colors of #b865be

#b865be

Complementary Color

#b865be #6bbe65

#b865be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b865be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b865be Color CSS Codes

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

#b865be Text Font Color

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

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


#b865be Background Color

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

This div background color is #b865be


#b865be Border Color

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

This div border color is #b865be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b865be


Comments

No comments written yet.

Please login to write comment.