Color Hex Logo

#b310dc Color Hex

#B310DC
(179,16,220)
0 Favorites   0 Comments

Color spaces of #b310dc

RGB 17916220
HSL0.800.860.46
HSV288°93°86°
CMYK 0.190.930.00   0.14
XYZ31.694015.121668.9584
Yxy15.12160.27380.1306
Hunter Lab38.886577.4330-77.9199
CIE-Lab45.800380.3426-65.2013

#b310dc color RGB value is (179,16,220).

#b310dc hex color red value is 179, green value is 16 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b310dc hue: 0.80 , saturation: 0.86 and the lightness value of b310dc is 0.46.

The process color (four color CMYK) of #b310dc color hex is 0.19, 0.93, 0.00, 0.14. Web safe color of #b310dc is #cc00cc. Color #b310dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010000 11011100
Octal 263 20 334
Decimal 179 16 220
Hex B3 10 DC

RGB Percentages of Color #b310dc

%43.13
%3.86
%53.01

CMYK Percentages of Color #b310dc

%19
%93
%0
%14

Triadic Colors of #b310dc

#b310dc #dcb310 #10dcb3

Analogous Colors of #b310dc

#b310dc #dc109f #4d10dc

Monochromatic Colors of #b310dc

#b310dc

Complementary Color

#b310dc #39dc10

#b310dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b310dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b310dc Color CSS Codes

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

#b310dc Text Font Color

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

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


#b310dc Background Color

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

This div background color is #b310dc


#b310dc Border Color

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

This div border color is #b310dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b310dc


Comments

No comments written yet.

Please login to write comment.