Color Hex Logo

#b201cf Color Hex

#B201CF
(178,1,207)
0 Favorites   0 Comments

Color spaces of #b201cf

RGB 1781207
HSL0.810.990.41
HSV292°100°81°
CMYK 0.141.000.00   0.19
XYZ29.633413.991760.1703
Yxy13.99170.28550.1348
Hunter Lab37.405575.9518-69.1898
CIE-Lab44.221079.4667-60.2941

#b201cf color RGB value is (178,1,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000001 11001111
Octal 262 1 317
Decimal 178 1 207
Hex B2 1 CF

RGB Percentages of Color #b201cf

%46.11
%0.26
%53.63

CMYK Percentages of Color #b201cf

%14
%100
%0
%19

Triadic Colors of #b201cf

#b201cf #cfb201 #01cfb2

Analogous Colors of #b201cf

#b201cf #cf0185 #4b01cf

Monochromatic Colors of #b201cf

#b201cf

Complementary Color

#b201cf #1ecf01

#b201cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b201cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b201cf Color CSS Codes

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

#b201cf Text Font Color

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

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


#b201cf Background Color

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

This div background color is #b201cf


#b201cf Border Color

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

This div border color is #b201cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b201cf


Comments

No comments written yet.

Please login to write comment.