Color Hex Logo

#ba4cdb Color Hex

#BA4CDB
(186,76,219)
0 Favorites   0 Comments

Color spaces of #ba4cdb

RGB 18676219
HSL0.790.670.58
HSV286°65°86°
CMYK 0.150.650.00   0.14
XYZ35.620320.722569.1403
Yxy20.72250.28390.1651
Hunter Lab45.522060.0103-58.1863
CIE-Lab52.644464.6059-53.5519

#ba4cdb color RGB value is (186,76,219).

#ba4cdb hex color red value is 186, green value is 76 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba4cdb hue: 0.79 , saturation: 0.67 and the lightness value of ba4cdb is 0.58.

The process color (four color CMYK) of #ba4cdb color hex is 0.15, 0.65, 0.00, 0.14. Web safe color of #ba4cdb is #cc33cc. Color #ba4cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001100 11011011
Octal 272 114 333
Decimal 186 76 219
Hex BA 4C DB

RGB Percentages of Color #ba4cdb

%38.67
%15.80
%45.53

CMYK Percentages of Color #ba4cdb

%15
%65
%0
%14

Triadic Colors of #ba4cdb

#ba4cdb #dbba4c #4cdbba

Analogous Colors of #ba4cdb

#ba4cdb #db4cb5 #734cdb

Monochromatic Colors of #ba4cdb

#ba4cdb

Complementary Color

#ba4cdb #6ddb4c

#ba4cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4cdb Color CSS Codes

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

#ba4cdb Text Font Color

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

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


#ba4cdb Background Color

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

This div background color is #ba4cdb


#ba4cdb Border Color

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

This div border color is #ba4cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4cdb


Comments

No comments written yet.

Please login to write comment.