Color Hex Logo

#b408cc Color Hex

#B408CC
(180,8,204)
0 Favorites   0 Comments

Color spaces of #b408cc

RGB 1808204
HSL0.810.920.42
HSV293°96°80°
CMYK 0.120.960.00   0.20
XYZ29.808314.236658.3036
Yxy14.23660.29120.1391
Hunter Lab37.731474.9873-65.2045
CIE-Lab44.570478.6267-57.9767

#b408cc color RGB value is (180,8,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001000 11001100
Octal 264 10 314
Decimal 180 8 204
Hex B4 8 CC

RGB Percentages of Color #b408cc

%45.92
%2.04
%52.04

CMYK Percentages of Color #b408cc

%12
%96
%0
%20

Triadic Colors of #b408cc

#b408cc #ccb408 #08ccb4

Analogous Colors of #b408cc

#b408cc #cc0882 #5208cc

Monochromatic Colors of #b408cc

#b408cc

Complementary Color

#b408cc #20cc08

#b408cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b408cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b408cc Color CSS Codes

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

#b408cc Text Font Color

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

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


#b408cc Background Color

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

This div background color is #b408cc


#b408cc Border Color

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

This div border color is #b408cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b408cc


Comments

No comments written yet.

Please login to write comment.