Color Hex Logo

#ba48cd Color Hex

#BA48CD
(186,72,205)
0 Favorites   0 Comments

Color spaces of #ba48cd

RGB 18672205
HSL0.810.570.54
HSV291°65°80°
CMYK 0.090.650.00   0.20
XYZ33.586519.481659.7477
Yxy19.48160.29770.1727
Hunter Lab44.138058.5870-49.3618
CIE-Lab51.246063.6381-47.7970

#ba48cd color RGB value is (186,72,205).

#ba48cd hex color red value is 186, green value is 72 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ba48cd hue: 0.81 , saturation: 0.57 and the lightness value of ba48cd is 0.54.

The process color (four color CMYK) of #ba48cd color hex is 0.09, 0.65, 0.00, 0.20. Web safe color of #ba48cd is #cc33cc. Color #ba48cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 11001101
Octal 272 110 315
Decimal 186 72 205
Hex BA 48 CD

RGB Percentages of Color #ba48cd

%40.17
%15.55
%44.28

CMYK Percentages of Color #ba48cd

%9
%65
%0
%20

Triadic Colors of #ba48cd

#ba48cd #cdba48 #48cdba

Analogous Colors of #ba48cd

#ba48cd #cd489e #7848cd

Monochromatic Colors of #ba48cd

#ba48cd

Complementary Color

#ba48cd #5bcd48

#ba48cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba48cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba48cd Color CSS Codes

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

#ba48cd Text Font Color

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

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


#ba48cd Background Color

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

This div background color is #ba48cd


#ba48cd Border Color

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

This div border color is #ba48cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba48cd


Comments

No comments written yet.

Please login to write comment.