Color Hex Logo

#b413cc Color Hex

#B413CC
(180,19,204)
0 Favorites   0 Comments

Color spaces of #b413cc

RGB 18019204
HSL0.810.830.44
HSV292°91°80°
CMYK 0.120.910.00   0.20
XYZ29.954314.528758.3523
Yxy14.52870.29130.1413
Hunter Lab38.116573.5723-64.0850
CIE-Lab44.981877.4069-57.3125

#b413cc color RGB value is (180,19,204).

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

The process color (four color CMYK) of #b413cc color hex is 0.12, 0.91, 0.00, 0.20. Web safe color of #b413cc is #cc00cc. Color #b413cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 11001100
Octal 264 23 314
Decimal 180 19 204
Hex B4 13 CC

RGB Percentages of Color #b413cc

%44.67
%4.71
%50.62

CMYK Percentages of Color #b413cc

%12
%91
%0
%20

Triadic Colors of #b413cc

#b413cc #ccb413 #13ccb4

Analogous Colors of #b413cc

#b413cc #cc1388 #5713cc

Monochromatic Colors of #b413cc

#b413cc

Complementary Color

#b413cc #2bcc13

#b413cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b413cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b413cc Color CSS Codes

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

#b413cc Text Font Color

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

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


#b413cc Background Color

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

This div background color is #b413cc


#b413cc Border Color

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

This div border color is #b413cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,19,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b413cc


Comments

No comments written yet.

Please login to write comment.