Color Hex Logo

#ba66dd Color Hex

#BA66DD
(186,102,221)
0 Favorites   0 Comments

Color spaces of #ba66dd

RGB 186102221
HSL0.780.640.63
HSV282°54°87°
CMYK 0.160.540.00   0.13
XYZ38.052225.162371.2579
Yxy25.16230.28300.1871
Hunter Lab50.162047.6240-49.1112
CIE-Lab57.233252.8506-47.3776

#ba66dd color RGB value is (186,102,221).

#ba66dd hex color red value is 186, green value is 102 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba66dd hue: 0.78 , saturation: 0.64 and the lightness value of ba66dd is 0.63.

The process color (four color CMYK) of #ba66dd color hex is 0.16, 0.54, 0.00, 0.13. Web safe color of #ba66dd is #cc66cc. Color #ba66dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100110 11011101
Octal 272 146 335
Decimal 186 102 221
Hex BA 66 DD

RGB Percentages of Color #ba66dd

%36.54
%20.04
%43.42

CMYK Percentages of Color #ba66dd

%16
%54
%0
%13

Triadic Colors of #ba66dd

#ba66dd #ddba66 #66ddba

Analogous Colors of #ba66dd

#ba66dd #dd66c5 #7f66dd

Monochromatic Colors of #ba66dd

#ba66dd

Complementary Color

#ba66dd #89dd66

#ba66dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba66dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba66dd Color CSS Codes

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

#ba66dd Text Font Color

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

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


#ba66dd Background Color

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

This div background color is #ba66dd


#ba66dd Border Color

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

This div border color is #ba66dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba66dd


Comments

No comments written yet.

Please login to write comment.