Color Hex Logo

#b340cd Color Hex

#B340CD
(179,64,205)
0 Favorites   0 Comments

Color spaces of #b340cd

RGB 17964205
HSL0.800.590.53
HSV289°69°80°
CMYK 0.130.690.00   0.20
XYZ31.443217.658359.5088
Yxy17.65830.28950.1626
Hunter Lab42.021860.0262-54.5478
CIE-Lab49.079065.2932-51.3146

#b340cd color RGB value is (179,64,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000000 11001101
Octal 263 100 315
Decimal 179 64 205
Hex B3 40 CD

RGB Percentages of Color #b340cd

%39.96
%14.29
%45.76

CMYK Percentages of Color #b340cd

%13
%69
%0
%20

Triadic Colors of #b340cd

#b340cd #cdb340 #40cdb3

Analogous Colors of #b340cd

#b340cd #cd40a1 #6d40cd

Monochromatic Colors of #b340cd

#b340cd

Complementary Color

#b340cd #5acd40

#b340cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b340cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b340cd Color CSS Codes

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

#b340cd Text Font Color

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

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


#b340cd Background Color

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

This div background color is #b340cd


#b340cd Border Color

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

This div border color is #b340cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b340cd


Comments

No comments written yet.

Please login to write comment.