Color Hex Logo

#b843cd Color Hex

#B843CD
(184,67,205)
0 Favorites   0 Comments

Color spaces of #b843cd

RGB 18467205
HSL0.810.580.53
HSV291°67°80°
CMYK 0.100.670.00   0.20
XYZ32.793818.612459.6217
Yxy18.61240.29540.1676
Hunter Lab43.142160.1854-51.7384
CIE-Lab50.230665.2114-49.4324

#b843cd color RGB value is (184,67,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 11001101
Octal 270 103 315
Decimal 184 67 205
Hex B8 43 CD

RGB Percentages of Color #b843cd

%40.35
%14.69
%44.96

CMYK Percentages of Color #b843cd

%10
%67
%0
%20

Triadic Colors of #b843cd

#b843cd #cdb843 #43cdb8

Analogous Colors of #b843cd

#b843cd #cd439d #7343cd

Monochromatic Colors of #b843cd

#b843cd

Complementary Color

#b843cd #58cd43

#b843cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b843cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b843cd Color CSS Codes

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

#b843cd Text Font Color

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

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


#b843cd Background Color

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

This div background color is #b843cd


#b843cd Border Color

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

This div border color is #b843cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b843cd


Comments

No comments written yet.

Please login to write comment.