Color Hex Logo

#ba33dd Color Hex

#BA33DD
(186,51,221)
0 Favorites   0 Comments

Color spaces of #ba33dd

RGB 18651221
HSL0.800.710.53
HSV288°77°87°
CMYK 0.160.770.00   0.13
XYZ34.484718.027270.0687
Yxy18.02720.28130.1471
Hunter Lab42.458570.6752-68.1247
CIE-Lab49.529174.1619-59.6893

#ba33dd color RGB value is (186,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110011 11011101
Octal 272 63 335
Decimal 186 51 221
Hex BA 33 DD

RGB Percentages of Color #ba33dd

%40.61
%11.14
%48.25

CMYK Percentages of Color #ba33dd

%16
%77
%0
%13

Triadic Colors of #ba33dd

#ba33dd #ddba33 #33ddba

Analogous Colors of #ba33dd

#ba33dd #dd33ab #6533dd

Monochromatic Colors of #ba33dd

#ba33dd

Complementary Color

#ba33dd #56dd33

#ba33dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba33dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba33dd Color CSS Codes

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

#ba33dd Text Font Color

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

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


#ba33dd Background Color

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

This div background color is #ba33dd


#ba33dd Border Color

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

This div border color is #ba33dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba33dd


Comments

No comments written yet.

Please login to write comment.