Color Hex Logo

#b008cd Color Hex

#B008CD
(176,8,205)
0 Favorites   0 Comments

Color spaces of #b008cd

RGB 1768205
HSL0.810.920.42
HSV291°96°80°
CMYK 0.140.960.00   0.20
XYZ29.010813.811658.8945
Yxy13.81160.28520.1358
Hunter Lab37.164074.3031-67.9433
CIE-Lab43.961578.1940-59.5733

#b008cd color RGB value is (176,8,205).

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

The process color (four color CMYK) of #b008cd color hex is 0.14, 0.96, 0.00, 0.20. Web safe color of #b008cd is #9900cc. Color #b008cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001000 11001101
Octal 260 10 315
Decimal 176 8 205
Hex B0 8 CD

RGB Percentages of Color #b008cd

%45.24
%2.06
%52.70

CMYK Percentages of Color #b008cd

%14
%96
%0
%20

Triadic Colors of #b008cd

#b008cd #cdb008 #08cdb0

Analogous Colors of #b008cd

#b008cd #cd0888 #4e08cd

Monochromatic Colors of #b008cd

#b008cd

Complementary Color

#b008cd #25cd08

#b008cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b008cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b008cd Color CSS Codes

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

#b008cd Text Font Color

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

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


#b008cd Background Color

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

This div background color is #b008cd


#b008cd Border Color

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

This div border color is #b008cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b008cd


Comments

No comments written yet.

Please login to write comment.