Color Hex Logo

#ba5dec Color Hex

#BA5DEC
(186,93,236)
0 Favorites   0 Comments

Color spaces of #ba5dec

RGB 18693236
HSL0.780.790.65
HSV279°61°93°
CMYK 0.210.610.00   0.07
XYZ39.304424.323981.9803
Yxy24.32390.26990.1670
Hunter Lab49.319355.9447-64.0305
CIE-Lab56.410660.3949-57.1017

#ba5dec color RGB value is (186,93,236).

#ba5dec hex color red value is 186, green value is 93 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ba5dec hue: 0.78 , saturation: 0.79 and the lightness value of ba5dec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011101 11101100
Octal 272 135 354
Decimal 186 93 236
Hex BA 5D EC

RGB Percentages of Color #ba5dec

%36.12
%18.06
%45.83

CMYK Percentages of Color #ba5dec

%21
%61
%0
%7

Triadic Colors of #ba5dec

#ba5dec #ecba5d #5decba

Analogous Colors of #ba5dec

#ba5dec #ec5dd7 #735dec

Monochromatic Colors of #ba5dec

#ba5dec

Complementary Color

#ba5dec #8fec5d

#ba5dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5dec Color CSS Codes

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

#ba5dec Text Font Color

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

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


#ba5dec Background Color

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

This div background color is #ba5dec


#ba5dec Border Color

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

This div border color is #ba5dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5dec


Comments

No comments written yet.

Please login to write comment.