Color Hex Logo

#b430cc Color Hex

#B430CC
(180,48,204)
0 Favorites   0 Comments

Color spaces of #b430cc

RGB 18048204
HSL0.810.620.49
HSV291°76°80°
CMYK 0.120.760.00   0.20
XYZ30.778416.176858.6270
Yxy16.17680.29150.1532
Hunter Lab40.220466.2103-58.2694
CIE-Lab47.205670.9138-53.7329

#b430cc color RGB value is (180,48,204).

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

The process color (four color CMYK) of #b430cc color hex is 0.12, 0.76, 0.00, 0.20. Web safe color of #b430cc is #cc33cc. Color #b430cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 11001100
Octal 264 60 314
Decimal 180 48 204
Hex B4 30 CC

RGB Percentages of Color #b430cc

%41.67
%11.11
%47.22

CMYK Percentages of Color #b430cc

%12
%76
%0
%20

Triadic Colors of #b430cc

#b430cc #ccb430 #30ccb4

Analogous Colors of #b430cc

#b430cc #cc3096 #6630cc

Monochromatic Colors of #b430cc

#b430cc

Complementary Color

#b430cc #48cc30

#b430cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b430cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b430cc Color CSS Codes

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

#b430cc Text Font Color

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

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


#b430cc Background Color

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

This div background color is #b430cc


#b430cc Border Color

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

This div border color is #b430cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b430cc


Comments

No comments written yet.

Please login to write comment.