Color Hex Logo

#ba38dd Color Hex

#BA38DD
(186,56,221)
0 Favorites   0 Comments

Color spaces of #ba38dd

RGB 18656221
HSL0.800.710.54
HSV287°75°87°
CMYK 0.160.750.00   0.13
XYZ34.715018.487970.1455
Yxy18.48790.28140.1499
Hunter Lab42.997668.8701-66.6264
CIE-Lab50.082672.5681-58.7980

#ba38dd color RGB value is (186,56,221).

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

The process color (four color CMYK) of #ba38dd color hex is 0.16, 0.75, 0.00, 0.13. Web safe color of #ba38dd is #cc33cc. Color #ba38dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111000 11011101
Octal 272 70 335
Decimal 186 56 221
Hex BA 38 DD

RGB Percentages of Color #ba38dd

%40.17
%12.10
%47.73

CMYK Percentages of Color #ba38dd

%16
%75
%0
%13

Triadic Colors of #ba38dd

#ba38dd #ddba38 #38ddba

Analogous Colors of #ba38dd

#ba38dd #dd38ae #6838dd

Monochromatic Colors of #ba38dd

#ba38dd

Complementary Color

#ba38dd #5bdd38

#ba38dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba38dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba38dd Color CSS Codes

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

#ba38dd Text Font Color

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

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


#ba38dd Background Color

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

This div background color is #ba38dd


#ba38dd Border Color

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

This div border color is #ba38dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,56,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba38dd


Comments

No comments written yet.

Please login to write comment.