Color Hex Logo

#b858cb Color Hex

#B858CB
(184,88,203)
0 Favorites   0 Comments

Color spaces of #b858cb

RGB 18488203
HSL0.810.530.57
HSV290°57°80°
CMYK 0.090.570.00   0.20
XYZ34.036421.481658.8524
Yxy21.48160.29760.1878
Hunter Lab46.348249.9742-42.8419
CIE-Lab53.472655.6119-43.1360

#b858cb color RGB value is (184,88,203).

#b858cb hex color red value is 184, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b858cb hue: 0.81 , saturation: 0.53 and the lightness value of b858cb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011000 11001011
Octal 270 130 313
Decimal 184 88 203
Hex B8 58 CB

RGB Percentages of Color #b858cb

%38.74
%18.53
%42.74

CMYK Percentages of Color #b858cb

%9
%57
%0
%20

Triadic Colors of #b858cb

#b858cb #cbb858 #58cbb8

Analogous Colors of #b858cb

#b858cb #cb58a5 #7f58cb

Monochromatic Colors of #b858cb

#b858cb

Complementary Color

#b858cb #6bcb58

#b858cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b858cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b858cb Color CSS Codes

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

#b858cb Text Font Color

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

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


#b858cb Background Color

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

This div background color is #b858cb


#b858cb Border Color

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

This div border color is #b858cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b858cb


Comments

No comments written yet.

Please login to write comment.