Color Hex Logo

#b421cf Color Hex

#B421CF
(180,33,207)
0 Favorites   0 Comments

Color spaces of #b421cf

RGB 18033207
HSL0.810.730.47
HSV291°84°81°
CMYK 0.130.840.00   0.19
XYZ30.628715.296060.3696
Yxy15.29600.28810.1439
Hunter Lab39.110171.3479-64.1418
CIE-Lab46.037075.3934-57.3442

#b421cf color RGB value is (180,33,207).

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

The process color (four color CMYK) of #b421cf color hex is 0.13, 0.84, 0.00, 0.19. Web safe color of #b421cf is #cc33cc. Color #b421cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 11001111
Octal 264 41 317
Decimal 180 33 207
Hex B4 21 CF

RGB Percentages of Color #b421cf

%42.86
%7.86
%49.29

CMYK Percentages of Color #b421cf

%13
%84
%0
%19

Triadic Colors of #b421cf

#b421cf #cfb421 #21cfb4

Analogous Colors of #b421cf

#b421cf #cf2193 #5d21cf

Monochromatic Colors of #b421cf

#b421cf

Complementary Color

#b421cf #3ccf21

#b421cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b421cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b421cf Color CSS Codes

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

#b421cf Text Font Color

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

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


#b421cf Background Color

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

This div background color is #b421cf


#b421cf Border Color

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

This div border color is #b421cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b421cf


Comments

No comments written yet.

Please login to write comment.