Color Hex Logo

#ba5ceb Color Hex

#BA5CEB
(186,92,235)
0 Favorites   0 Comments

Color spaces of #ba5ceb

RGB 18692235
HSL0.780.780.64
HSV279°61°92°
CMYK 0.210.610.00   0.08
XYZ39.072224.091681.1881
Yxy24.09160.27070.1669
Hunter Lab49.083256.1976-63.7129
CIE-Lab56.179460.6566-56.9125

#ba5ceb color RGB value is (186,92,235).

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

The process color (four color CMYK) of #ba5ceb color hex is 0.21, 0.61, 0.00, 0.08. Web safe color of #ba5ceb is #cc66ff. Color #ba5ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011100 11101011
Octal 272 134 353
Decimal 186 92 235
Hex BA 5C EB

RGB Percentages of Color #ba5ceb

%36.26
%17.93
%45.81

CMYK Percentages of Color #ba5ceb

%21
%61
%0
%8

Triadic Colors of #ba5ceb

#ba5ceb #ebba5c #5cebba

Analogous Colors of #ba5ceb

#ba5ceb #eb5cd5 #735ceb

Monochromatic Colors of #ba5ceb

#ba5ceb

Complementary Color

#ba5ceb #8deb5c

#ba5ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5ceb Color CSS Codes

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

#ba5ceb Text Font Color

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

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


#ba5ceb Background Color

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

This div background color is #ba5ceb


#ba5ceb Border Color

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

This div border color is #ba5ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5ceb


Comments

No comments written yet.

Please login to write comment.