Color Hex Logo

#b00ecd Color Hex

#B00ECD
(176,14,205)
0 Favorites   0 Comments

Color spaces of #b00ecd

RGB 17614205
HSL0.810.870.43
HSV291°93°80°
CMYK 0.140.930.00   0.20
XYZ29.081013.952058.9179
Yxy13.95200.28520.1369
Hunter Lab37.352473.6060-67.3746
CIE-Lab44.164077.5925-59.2457

#b00ecd color RGB value is (176,14,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001110 11001101
Octal 260 16 315
Decimal 176 14 205
Hex B0 E CD

RGB Percentages of Color #b00ecd

%44.56
%3.54
%51.90

CMYK Percentages of Color #b00ecd

%14
%93
%0
%20

Triadic Colors of #b00ecd

#b00ecd #cdb00e #0ecdb0

Analogous Colors of #b00ecd

#b00ecd #cd0e8b #510ecd

Monochromatic Colors of #b00ecd

#b00ecd

Complementary Color

#b00ecd #2bcd0e

#b00ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00ecd Color CSS Codes

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

#b00ecd Text Font Color

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

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


#b00ecd Background Color

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

This div background color is #b00ecd


#b00ecd Border Color

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

This div border color is #b00ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00ecd


Comments

No comments written yet.

Please login to write comment.