Color Hex Logo

#b462cc Color Hex

#B462CC
(180,98,204)
0 Favorites   0 Comments

Color spaces of #b462cc

RGB 18098204
HSL0.800.510.59
HSV286°52°80°
CMYK 0.120.520.00   0.20
XYZ34.089222.798359.7306
Yxy22.79830.29230.1955
Hunter Lab47.747643.8812-40.7465
CIE-Lab54.864049.7981-41.5435

#b462cc color RGB value is (180,98,204).

#b462cc hex color red value is 180, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b462cc hue: 0.80 , saturation: 0.51 and the lightness value of b462cc is 0.59.

The process color (four color CMYK) of #b462cc color hex is 0.12, 0.52, 0.00, 0.20. Web safe color of #b462cc is #cc66cc. Color #b462cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 11001100
Octal 264 142 314
Decimal 180 98 204
Hex B4 62 CC

RGB Percentages of Color #b462cc

%37.34
%20.33
%42.32

CMYK Percentages of Color #b462cc

%12
%52
%0
%20

Triadic Colors of #b462cc

#b462cc #ccb462 #62ccb4

Analogous Colors of #b462cc

#b462cc #cc62af #7f62cc

Monochromatic Colors of #b462cc

#b462cc

Complementary Color

#b462cc #7acc62

#b462cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b462cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b462cc Color CSS Codes

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

#b462cc Text Font Color

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

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


#b462cc Background Color

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

This div background color is #b462cc


#b462cc Border Color

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

This div border color is #b462cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b462cc


Comments

No comments written yet.

Please login to write comment.