Color Hex Logo

#ba85ff Color Hex

#BA85FF
(186,133,255)
0 Favorites   0 Comments

Color spaces of #ba85ff

RGB 186133255
HSL0.741.000.76
HSV266°48°100°
CMYK 0.270.480.00   0.00
XYZ46.687234.434298.7935
Yxy34.43420.25950.1914
Hunter Lab58.680739.3261-58.7429
CIE-Lab65.305844.0527-53.4388

#ba85ff color RGB value is (186,133,255).

#ba85ff hex color red value is 186, green value is 133 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ba85ff hue: 0.74 , saturation: 1.00 and the lightness value of ba85ff is 0.76.

The process color (four color CMYK) of #ba85ff color hex is 0.27, 0.48, 0.00, 0.00. Web safe color of #ba85ff is #cc99ff. Color #ba85ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 11111111
Octal 272 205 377
Decimal 186 133 255
Hex BA 85 FF

RGB Percentages of Color #ba85ff

%32.40
%23.17
%44.43

CMYK Percentages of Color #ba85ff

%27
%48
%0
%0

Triadic Colors of #ba85ff

#ba85ff #ffba85 #85ffba

Analogous Colors of #ba85ff

#ba85ff #f785ff #858dff

Monochromatic Colors of #ba85ff

#ba85ff

Complementary Color

#ba85ff #caff85

#ba85ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba85ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba85ff Color CSS Codes

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

#ba85ff Text Font Color

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

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


#ba85ff Background Color

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

This div background color is #ba85ff


#ba85ff Border Color

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

This div border color is #ba85ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba85ff

Related Colors


Comments

No comments written yet.

Please login to write comment.