Color Hex Logo

#b350cd Color Hex

#B350CD
(179,80,205)
0 Favorites   0 Comments

Color spaces of #b350cd

RGB 17980205
HSL0.800.560.56
HSV288°61°80°
CMYK 0.130.610.00   0.20
XYZ32.478519.728859.8538
Yxy19.72880.28980.1761
Hunter Lab44.417152.7921-48.8036
CIE-Lab51.529258.4865-47.4056

#b350cd color RGB value is (179,80,205).

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

The process color (four color CMYK) of #b350cd color hex is 0.13, 0.61, 0.00, 0.20. Web safe color of #b350cd is #cc66cc. Color #b350cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010000 11001101
Octal 263 120 315
Decimal 179 80 205
Hex B3 50 CD

RGB Percentages of Color #b350cd

%38.58
%17.24
%44.18

CMYK Percentages of Color #b350cd

%13
%61
%0
%20

Triadic Colors of #b350cd

#b350cd #cdb350 #50cdb3

Analogous Colors of #b350cd

#b350cd #cd50a9 #7550cd

Monochromatic Colors of #b350cd

#b350cd

Complementary Color

#b350cd #6acd50

#b350cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b350cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b350cd Color CSS Codes

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

#b350cd Text Font Color

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

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


#b350cd Background Color

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

This div background color is #b350cd


#b350cd Border Color

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

This div border color is #b350cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b350cd


Comments

No comments written yet.

Please login to write comment.