Color Hex Logo

#b612dc Color Hex

#B612DC
(182,18,220)
0 Favorites   0 Comments

Color spaces of #b612dc

RGB 18218220
HSL0.800.850.47
HSV289°92°86°
CMYK 0.170.920.00   0.14
XYZ32.426015.545069.0016
Yxy15.54500.27720.1329
Hunter Lab39.427177.8059-76.1646
CIE-Lab46.371880.5282-64.2518

#b612dc color RGB value is (182,18,220).

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

The process color (four color CMYK) of #b612dc color hex is 0.17, 0.92, 0.00, 0.14. Web safe color of #b612dc is #cc00cc. Color #b612dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010010 11011100
Octal 266 22 334
Decimal 182 18 220
Hex B6 12 DC

RGB Percentages of Color #b612dc

%43.33
%4.29
%52.38

CMYK Percentages of Color #b612dc

%17
%92
%0
%14

Triadic Colors of #b612dc

#b612dc #dcb612 #12dcb6

Analogous Colors of #b612dc

#b612dc #dc129d #5112dc

Monochromatic Colors of #b612dc

#b612dc

Complementary Color

#b612dc #38dc12

#b612dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b612dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b612dc Color CSS Codes

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

#b612dc Text Font Color

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

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


#b612dc Background Color

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

This div background color is #b612dc


#b612dc Border Color

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

This div border color is #b612dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b612dc


Comments

No comments written yet.

Please login to write comment.