Color Hex Logo

#b843ca Color Hex

#B843CA
(184,67,202)
0 Favorites   0 Comments

Color spaces of #b843ca

RGB 18467202
HSL0.810.560.53
HSV292°67°79°
CMYK 0.090.670.00   0.21
XYZ32.435018.468957.7325
Yxy18.46890.29860.1700
Hunter Lab42.975559.5128-49.5664
CIE-Lab50.060064.6633-47.9799

#b843ca color RGB value is (184,67,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 11001010
Octal 270 103 312
Decimal 184 67 202
Hex B8 43 CA

RGB Percentages of Color #b843ca

%40.62
%14.79
%44.59

CMYK Percentages of Color #b843ca

%9
%67
%0
%21

Triadic Colors of #b843ca

#b843ca #cab843 #43cab8

Analogous Colors of #b843ca

#b843ca #ca4399 #7543ca

Monochromatic Colors of #b843ca

#b843ca

Complementary Color

#b843ca #55ca43

#b843ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b843ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b843ca Color CSS Codes

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

#b843ca Text Font Color

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

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


#b843ca Background Color

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

This div background color is #b843ca


#b843ca Border Color

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

This div border color is #b843ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b843ca


Comments

No comments written yet.

Please login to write comment.