Color Hex Logo

#b411cf Color Hex

#B411CF
(180,17,207)
0 Favorites   0 Comments

Color spaces of #b411cf

RGB 18017207
HSL0.810.850.44
HSV291°92°81°
CMYK 0.130.920.00   0.19
XYZ30.285314.609260.2551
Yxy14.60920.28800.1389
Hunter Lab38.222074.5465-66.7124
CIE-Lab45.094278.1711-58.8657

#b411cf color RGB value is (180,17,207).

#b411cf hex color red value is 180, green value is 17 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b411cf hue: 0.81 , saturation: 0.85 and the lightness value of b411cf is 0.44.

The process color (four color CMYK) of #b411cf color hex is 0.13, 0.92, 0.00, 0.19. Web safe color of #b411cf is #cc00cc. Color #b411cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 11001111
Octal 264 21 317
Decimal 180 17 207
Hex B4 11 CF

RGB Percentages of Color #b411cf

%44.55
%4.21
%51.24

CMYK Percentages of Color #b411cf

%13
%92
%0
%19

Triadic Colors of #b411cf

#b411cf #cfb411 #11cfb4

Analogous Colors of #b411cf

#b411cf #cf118b #5511cf

Monochromatic Colors of #b411cf

#b411cf

Complementary Color

#b411cf #2ccf11

#b411cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b411cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b411cf Color CSS Codes

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

#b411cf Text Font Color

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

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


#b411cf Background Color

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

This div background color is #b411cf


#b411cf Border Color

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

This div border color is #b411cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b411cf


Comments

No comments written yet.

Please login to write comment.