Color Hex Logo

#b012de Color Hex

#B012DE
(176,18,222)
0 Favorites   0 Comments

Color spaces of #b012de

RGB 17618222
HSL0.800.850.47
HSV286°92°87°
CMYK 0.210.920.00   0.13
XYZ31.305614.936670.3403
Yxy14.93660.26850.1281
Hunter Lab38.647976.9549-80.8560
CIE-Lab45.547280.0112-66.7773

#b012de color RGB value is (176,18,222).

#b012de hex color red value is 176, green value is 18 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b012de hue: 0.80 , saturation: 0.85 and the lightness value of b012de is 0.47.

The process color (four color CMYK) of #b012de color hex is 0.21, 0.92, 0.00, 0.13. Web safe color of #b012de is #9900cc. Color #b012de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010010 11011110
Octal 260 22 336
Decimal 176 18 222
Hex B0 12 DE

RGB Percentages of Color #b012de

%42.31
%4.33
%53.37

CMYK Percentages of Color #b012de

%21
%92
%0
%13

Triadic Colors of #b012de

#b012de #deb012 #12deb0

Analogous Colors of #b012de

#b012de #de12a6 #4a12de

Monochromatic Colors of #b012de

#b012de

Complementary Color

#b012de #40de12

#b012de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b012de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b012de Color CSS Codes

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

#b012de Text Font Color

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

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


#b012de Background Color

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

This div background color is #b012de


#b012de Border Color

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

This div border color is #b012de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b012de


Comments

No comments written yet.

Please login to write comment.