Color Hex Logo

#b408cd Color Hex

#B408CD
(180,8,205)
0 Favorites   0 Comments

Color spaces of #b408cd

RGB 1808205
HSL0.810.920.42
HSV292°96°80°
CMYK 0.120.960.00   0.20
XYZ29.928714.284758.9374
Yxy14.28470.29010.1385
Hunter Lab37.795175.2068-65.9998
CIE-Lab44.638578.7897-58.4456

#b408cd color RGB value is (180,8,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001000 11001101
Octal 264 10 315
Decimal 180 8 205
Hex B4 8 CD

RGB Percentages of Color #b408cd

%45.80
%2.04
%52.16

CMYK Percentages of Color #b408cd

%12
%96
%0
%20

Triadic Colors of #b408cd

#b408cd #cdb408 #08cdb4

Analogous Colors of #b408cd

#b408cd #cd0884 #5208cd

Monochromatic Colors of #b408cd

#b408cd

Complementary Color

#b408cd #21cd08

#b408cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b408cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b408cd Color CSS Codes

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

#b408cd Text Font Color

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

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


#b408cd Background Color

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

This div background color is #b408cd


#b408cd Border Color

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

This div border color is #b408cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b408cd


Comments

No comments written yet.

Please login to write comment.