Color Hex Logo

#b843cb Color Hex

#B843CB
(184,67,203)
0 Favorites   0 Comments

Color spaces of #b843cb

RGB 18467203
HSL0.810.570.53
HSV292°67°80°
CMYK 0.090.670.00   0.20
XYZ32.553818.516558.3582
Yxy18.51650.29750.1692
Hunter Lab43.030859.7355-50.2873
CIE-Lab50.116764.8449-48.4648

#b843cb color RGB value is (184,67,203).

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

The process color (four color CMYK) of #b843cb color hex is 0.09, 0.67, 0.00, 0.20. Web safe color of #b843cb is #cc33cc. Color #b843cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 11001011
Octal 270 103 313
Decimal 184 67 203
Hex B8 43 CB

RGB Percentages of Color #b843cb

%40.53
%14.76
%44.71

CMYK Percentages of Color #b843cb

%9
%67
%0
%20

Triadic Colors of #b843cb

#b843cb #cbb843 #43cbb8

Analogous Colors of #b843cb

#b843cb #cb439a #7443cb

Monochromatic Colors of #b843cb

#b843cb

Complementary Color

#b843cb #56cb43

#b843cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b843cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b843cb Color CSS Codes

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

#b843cb Text Font Color

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

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


#b843cb Background Color

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

This div background color is #b843cb


#b843cb Border Color

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

This div border color is #b843cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b843cb


Comments

No comments written yet.

Please login to write comment.