Color Hex Logo

#b300cd Color Hex

#B300CD
(179,0,205)
0 Favorites   0 Comments

Color spaces of #b300cd

RGB 1790205
HSL0.811.000.40
HSV292°100°80°
CMYK 0.131.000.00   0.20
XYZ29.609913.991558.8976
Yxy13.99150.28890.1365
Hunter Lab37.405275.8412-67.1734
CIE-Lab44.220779.3783-59.1292

#b300cd color RGB value is (179,0,205).

#b300cd hex color red value is 179, green value is 0 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b300cd hue: 0.81 , saturation: 1.00 and the lightness value of b300cd is 0.40.

The process color (four color CMYK) of #b300cd color hex is 0.13, 1.00, 0.00, 0.20. Web safe color of #b300cd is #cc00cc. Color #b300cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 11001101
Octal 263 0 315
Decimal 179 0 205
Hex B3 0 CD

RGB Percentages of Color #b300cd

%46.61
%0.00
%53.39

CMYK Percentages of Color #b300cd

%13
%100
%0
%20

Triadic Colors of #b300cd

#b300cd #cdb300 #00cdb3

Analogous Colors of #b300cd

#b300cd #cd0081 #4c00cd

Monochromatic Colors of #b300cd

#b300cd

Complementary Color

#b300cd #1acd00

#b300cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b300cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b300cd Color CSS Codes

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

#b300cd Text Font Color

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

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


#b300cd Background Color

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

This div background color is #b300cd


#b300cd Border Color

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

This div border color is #b300cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b300cd


Comments

No comments written yet.

Please login to write comment.