Color Hex Logo

#b861cb Color Hex

#B861CB
(184,97,203)
0 Favorites   0 Comments

Color spaces of #b861cb

RGB 18497203
HSL0.800.500.59
HSV289°52°80°
CMYK 0.090.520.00   0.20
XYZ34.821423.051559.1140
Yxy23.05150.29770.1970
Hunter Lab48.012045.4388-39.3915
CIE-Lab55.125351.1969-40.5275

#b861cb color RGB value is (184,97,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100001 11001011
Octal 270 141 313
Decimal 184 97 203
Hex B8 61 CB

RGB Percentages of Color #b861cb

%38.02
%20.04
%41.94

CMYK Percentages of Color #b861cb

%9
%52
%0
%20

Triadic Colors of #b861cb

#b861cb #cbb861 #61cbb8

Analogous Colors of #b861cb

#b861cb #cb61a9 #8361cb

Monochromatic Colors of #b861cb

#b861cb

Complementary Color

#b861cb #74cb61

#b861cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b861cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b861cb Color CSS Codes

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

#b861cb Text Font Color

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

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


#b861cb Background Color

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

This div background color is #b861cb


#b861cb Border Color

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

This div border color is #b861cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b861cb


Comments

No comments written yet.

Please login to write comment.