Color Hex Logo

#ba38dc Color Hex

#BA38DC
(186,56,220)
0 Favorites   0 Comments

Color spaces of #ba38dc

RGB 18656220
HSL0.800.700.54
HSV288°75°86°
CMYK 0.150.750.00   0.14
XYZ34.582118.434869.4457
Yxy18.43480.28240.1505
Hunter Lab42.935868.6331-65.8425
CIE-Lab50.019372.3843-58.3308

#ba38dc color RGB value is (186,56,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 11011100
Octal 272 70 334
Decimal 186 56 220
Hex BA 38 DC

RGB Percentages of Color #ba38dc

%40.26
%12.12
%47.62

CMYK Percentages of Color #ba38dc

%15
%75
%0
%14

Triadic Colors of #ba38dc

#ba38dc #dcba38 #38dcba

Analogous Colors of #ba38dc

#ba38dc #dc38ac #6838dc

Monochromatic Colors of #ba38dc

#ba38dc

Complementary Color

#ba38dc #5adc38

#ba38dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba38dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba38dc Color CSS Codes

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

#ba38dc Text Font Color

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

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


#ba38dc Background Color

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

This div background color is #ba38dc


#ba38dc Border Color

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

This div border color is #ba38dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba38dc


Comments

No comments written yet.

Please login to write comment.