Color Hex Logo

#b301cf Color Hex

#B301CF
(179,1,207)
0 Favorites   0 Comments

Color spaces of #b301cf

RGB 1791207
HSL0.810.990.41
HSV292°100°81°
CMYK 0.141.000.00   0.19
XYZ29.863714.110460.1811
Yxy14.11040.28670.1355
Hunter Lab37.563876.1731-68.6940
CIE-Lab44.390879.6107-60.0111

#b301cf color RGB value is (179,1,207).

#b301cf hex color red value is 179, green value is 1 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b301cf hue: 0.81 , saturation: 0.99 and the lightness value of b301cf is 0.41.

The process color (four color CMYK) of #b301cf color hex is 0.14, 1.00, 0.00, 0.19. Web safe color of #b301cf is #cc00cc. Color #b301cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000001 11001111
Octal 263 1 317
Decimal 179 1 207
Hex B3 1 CF

RGB Percentages of Color #b301cf

%46.25
%0.26
%53.49

CMYK Percentages of Color #b301cf

%14
%100
%0
%19

Triadic Colors of #b301cf

#b301cf #cfb301 #01cfb3

Analogous Colors of #b301cf

#b301cf #cf0184 #4c01cf

Monochromatic Colors of #b301cf

#b301cf

Complementary Color

#b301cf #1dcf01

#b301cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b301cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b301cf Color CSS Codes

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

#b301cf Text Font Color

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

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


#b301cf Background Color

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

This div background color is #b301cf


#b301cf Border Color

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

This div border color is #b301cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,1,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b301cf


Comments

No comments written yet.

Please login to write comment.