Color Hex Logo

#b343cd Color Hex

#B343CD
(179,67,205)
0 Favorites   0 Comments

Color spaces of #b343cd

RGB 17967205
HSL0.800.580.53
HSV289°67°80°
CMYK 0.130.670.00   0.20
XYZ31.617018.005859.5667
Yxy18.00580.28960.1649
Hunter Lab42.433258.7421-53.5265
CIE-Lab49.503164.1010-50.6364

#b343cd color RGB value is (179,67,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000011 11001101
Octal 263 103 315
Decimal 179 67 205
Hex B3 43 CD

RGB Percentages of Color #b343cd

%39.69
%14.86
%45.45

CMYK Percentages of Color #b343cd

%13
%67
%0
%20

Triadic Colors of #b343cd

#b343cd #cdb343 #43cdb3

Analogous Colors of #b343cd

#b343cd #cd43a2 #6e43cd

Monochromatic Colors of #b343cd

#b343cd

Complementary Color

#b343cd #5dcd43

#b343cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b343cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b343cd Color CSS Codes

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

#b343cd Text Font Color

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

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


#b343cd Background Color

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

This div background color is #b343cd


#b343cd Border Color

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

This div border color is #b343cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b343cd


Comments

No comments written yet.

Please login to write comment.