Color Hex Logo

#b801cf Color Hex

#B801CF
(184,1,207)
0 Favorites   0 Comments

Color spaces of #b801cf

RGB 1841207
HSL0.810.990.41
HSV293°100°81°
CMYK 0.111.000.00   0.19
XYZ31.040514.717060.2361
Yxy14.71700.29290.1388
Hunter Lab38.362777.2952-66.2416
CIE-Lab45.244180.3403-58.5900

#b801cf color RGB value is (184,1,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000001 11001111
Octal 270 1 317
Decimal 184 1 207
Hex B8 1 CF

RGB Percentages of Color #b801cf

%46.94
%0.26
%52.81

CMYK Percentages of Color #b801cf

%11
%100
%0
%19

Triadic Colors of #b801cf

#b801cf #cfb801 #01cfb8

Analogous Colors of #b801cf

#b801cf #cf017f #5101cf

Monochromatic Colors of #b801cf

#b801cf

Complementary Color

#b801cf #18cf01

#b801cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b801cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b801cf Color CSS Codes

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

#b801cf Text Font Color

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

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


#b801cf Background Color

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

This div background color is #b801cf


#b801cf Border Color

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

This div border color is #b801cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b801cf


Comments

No comments written yet.

Please login to write comment.