Color Hex Logo

#ba02dd Color Hex

#BA02DD
(186,2,221)
0 Favorites   0 Comments

Color spaces of #ba02dd

RGB 1862221
HSL0.810.980.44
HSV290°99°87°
CMYK 0.160.990.00   0.13
XYZ33.322615.703069.6813
Yxy15.70300.28070.1323
Hunter Lab39.627080.7545-76.5184
CIE-Lab46.582482.8114-64.4509

#ba02dd color RGB value is (186,2,221).

#ba02dd hex color red value is 186, green value is 2 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba02dd hue: 0.81 , saturation: 0.98 and the lightness value of ba02dd is 0.44.

The process color (four color CMYK) of #ba02dd color hex is 0.16, 0.99, 0.00, 0.13. Web safe color of #ba02dd is #cc00cc. Color #ba02dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000010 11011101
Octal 272 2 335
Decimal 186 2 221
Hex BA 2 DD

RGB Percentages of Color #ba02dd

%45.48
%0.49
%54.03

CMYK Percentages of Color #ba02dd

%16
%99
%0
%13

Triadic Colors of #ba02dd

#ba02dd #ddba02 #02ddba

Analogous Colors of #ba02dd

#ba02dd #dd0293 #4d02dd

Monochromatic Colors of #ba02dd

#ba02dd

Complementary Color

#ba02dd #25dd02

#ba02dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba02dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba02dd Color CSS Codes

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

#ba02dd Text Font Color

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

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


#ba02dd Background Color

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

This div background color is #ba02dd


#ba02dd Border Color

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

This div border color is #ba02dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba02dd


Comments

No comments written yet.

Please login to write comment.