Color Hex Logo

#b843cf Color Hex

#B843CF
(184,67,207)
0 Favorites   0 Comments

Color spaces of #b843cf

RGB 18467207
HSL0.810.590.54
HSV290°68°81°
CMYK 0.110.680.00   0.19
XYZ33.036818.709760.9016
Yxy18.70970.29330.1661
Hunter Lab43.254760.6378-53.2006
CIE-Lab50.345865.5788-50.3964

#b843cf color RGB value is (184,67,207).

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

The process color (four color CMYK) of #b843cf color hex is 0.11, 0.68, 0.00, 0.19. Web safe color of #b843cf is #cc33cc. Color #b843cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 11001111
Octal 270 103 317
Decimal 184 67 207
Hex B8 43 CF

RGB Percentages of Color #b843cf

%40.17
%14.63
%45.20

CMYK Percentages of Color #b843cf

%11
%68
%0
%19

Triadic Colors of #b843cf

#b843cf #cfb843 #43cfb8

Analogous Colors of #b843cf

#b843cf #cf43a0 #7243cf

Monochromatic Colors of #b843cf

#b843cf

Complementary Color

#b843cf #5acf43

#b843cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b843cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b843cf Color CSS Codes

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

#b843cf Text Font Color

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

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


#b843cf Background Color

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

This div background color is #b843cf


#b843cf Border Color

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

This div border color is #b843cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,67,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b843cf


Comments

No comments written yet.

Please login to write comment.