Color Hex Logo

#ba85dc Color Hex

#BA85DC
(186,133,220)
0 Favorites   0 Comments

Color spaces of #ba85dc

RGB 186133220
HSL0.770.550.69
HSV277°40°86°
CMYK 0.150.400.00   0.14
XYZ41.555532.381571.7702
Yxy32.38150.28520.2222
Hunter Lab56.904730.7689-34.9452
CIE-Lab63.656936.1408-36.7174

#ba85dc color RGB value is (186,133,220).

#ba85dc hex color red value is 186, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba85dc hue: 0.77 , saturation: 0.55 and the lightness value of ba85dc is 0.69.

The process color (four color CMYK) of #ba85dc color hex is 0.15, 0.40, 0.00, 0.14. Web safe color of #ba85dc is #cc99cc. Color #ba85dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 11011100
Octal 272 205 334
Decimal 186 133 220
Hex BA 85 DC

RGB Percentages of Color #ba85dc

%34.51
%24.68
%40.82

CMYK Percentages of Color #ba85dc

%15
%40
%0
%14

Triadic Colors of #ba85dc

#ba85dc #dcba85 #85dcba

Analogous Colors of #ba85dc

#ba85dc #dc85d3 #8f85dc

Monochromatic Colors of #ba85dc

#ba85dc

Complementary Color

#ba85dc #a7dc85

#ba85dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba85dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba85dc Color CSS Codes

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

#ba85dc Text Font Color

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

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


#ba85dc Background Color

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

This div background color is #ba85dc


#ba85dc Border Color

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

This div border color is #ba85dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba85dc


Comments

No comments written yet.

Please login to write comment.