Color Hex Logo

#b965cb Color Hex

#B965CB
(185,101,203)
0 Favorites   0 Comments

Color spaces of #b965cb

RGB 185101203
HSL0.800.500.60
HSV289°50°80°
CMYK 0.090.500.00   0.20
XYZ35.440823.933459.2516
Yxy23.93340.29880.2018
Hunter Lab48.921843.6991-37.5638
CIE-Lab56.021149.4450-39.1097

#b965cb color RGB value is (185,101,203).

#b965cb hex color red value is 185, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b965cb hue: 0.80 , saturation: 0.50 and the lightness value of b965cb is 0.60.

The process color (four color CMYK) of #b965cb color hex is 0.09, 0.50, 0.00, 0.20. Web safe color of #b965cb is #cc66cc. Color #b965cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 11001011
Octal 271 145 313
Decimal 185 101 203
Hex B9 65 CB

RGB Percentages of Color #b965cb

%37.83
%20.65
%41.51

CMYK Percentages of Color #b965cb

%9
%50
%0
%20

Triadic Colors of #b965cb

#b965cb #cbb965 #65cbb9

Analogous Colors of #b965cb

#b965cb #cb65aa #8665cb

Monochromatic Colors of #b965cb

#b965cb

Complementary Color

#b965cb #77cb65

#b965cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b965cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b965cb Color CSS Codes

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

#b965cb Text Font Color

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

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


#b965cb Background Color

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

This div background color is #b965cb


#b965cb Border Color

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

This div border color is #b965cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b965cb


Comments

No comments written yet.

Please login to write comment.