Color Hex Logo

#ba31dc Color Hex

#BA31DC
(186,49,220)
0 Favorites   0 Comments

Color spaces of #ba31dc

RGB 18649220
HSL0.800.710.53
HSV288°78°86°
CMYK 0.150.780.00   0.14
XYZ34.266317.803069.3404
Yxy17.80300.28220.1466
Hunter Lab42.193671.1248-67.9009
CIE-Lab49.256374.5832-59.5593

#ba31dc color RGB value is (186,49,220).

#ba31dc hex color red value is 186, green value is 49 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba31dc hue: 0.80 , saturation: 0.71 and the lightness value of ba31dc is 0.53.

The process color (four color CMYK) of #ba31dc color hex is 0.15, 0.78, 0.00, 0.14. Web safe color of #ba31dc is #cc33cc. Color #ba31dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110001 11011100
Octal 272 61 334
Decimal 186 49 220
Hex BA 31 DC

RGB Percentages of Color #ba31dc

%40.88
%10.77
%48.35

CMYK Percentages of Color #ba31dc

%15
%78
%0
%14

Triadic Colors of #ba31dc

#ba31dc #dcba31 #31dcba

Analogous Colors of #ba31dc

#ba31dc #dc31a9 #6531dc

Monochromatic Colors of #ba31dc

#ba31dc

Complementary Color

#ba31dc #53dc31

#ba31dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba31dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba31dc Color CSS Codes

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

#ba31dc Text Font Color

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

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


#ba31dc Background Color

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

This div background color is #ba31dc


#ba31dc Border Color

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

This div border color is #ba31dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba31dc


Comments

No comments written yet.

Please login to write comment.