Color Hex Logo

#b00dec Color Hex

#B00DEC
(176,13,236)
0 Favorites   0 Comments

Color spaces of #b00dec

RGB 17613236
HSL0.790.900.49
HSV284°94°93°
CMYK 0.250.940.00   0.07
XYZ33.188715.574180.6137
Yxy15.57410.25650.1204
Hunter Lab39.464081.0539-93.4876
CIE-Lab46.410783.0786-73.3263

#b00dec color RGB value is (176,13,236).

#b00dec hex color red value is 176, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b00dec hue: 0.79 , saturation: 0.90 and the lightness value of b00dec is 0.49.

The process color (four color CMYK) of #b00dec color hex is 0.25, 0.94, 0.00, 0.07. Web safe color of #b00dec is #9900ff. Color #b00dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001101 11101100
Octal 260 15 354
Decimal 176 13 236
Hex B0 D EC

RGB Percentages of Color #b00dec

%41.41
%3.06
%55.53

CMYK Percentages of Color #b00dec

%25
%94
%0
%7

Triadic Colors of #b00dec

#b00dec #ecb00d #0decb0

Analogous Colors of #b00dec

#b00dec #ec0db9 #410dec

Monochromatic Colors of #b00dec

#b00dec

Complementary Color

#b00dec #49ec0d

#b00dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00dec Color CSS Codes

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

#b00dec Text Font Color

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

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


#b00dec Background Color

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

This div background color is #b00dec


#b00dec Border Color

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

This div border color is #b00dec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,13,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00dec


Comments

No comments written yet.

Please login to write comment.