Color Hex Logo

#ba23bd Color Hex

#BA23BD
(186,35,189)
0 Favorites   0 Comments

Color spaces of #ba23bd

RGB 18635189
HSL0.830.690.44
HSV299°81°74°
CMYK 0.020.810.00   0.26
XYZ30.036015.315349.5172
Yxy15.31530.31660.1614
Hunter Lab39.134868.5132-47.6253
CIE-Lab46.063173.0554-46.7967

#ba23bd color RGB value is (186,35,189).

#ba23bd hex color red value is 186, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba23bd hue: 0.83 , saturation: 0.69 and the lightness value of ba23bd is 0.44.

The process color (four color CMYK) of #ba23bd color hex is 0.02, 0.81, 0.00, 0.26. Web safe color of #ba23bd is #cc33cc. Color #ba23bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100011 10111101
Octal 272 43 275
Decimal 186 35 189
Hex BA 23 BD

RGB Percentages of Color #ba23bd

%45.37
%8.54
%46.10

CMYK Percentages of Color #ba23bd

%2
%81
%0
%26

Triadic Colors of #ba23bd

#ba23bd #bdba23 #23bdba

Analogous Colors of #ba23bd

#ba23bd #bd2373 #6d23bd

Monochromatic Colors of #ba23bd

#ba23bd

Complementary Color

#ba23bd #26bd23

#ba23bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba23bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba23bd Color CSS Codes

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

#ba23bd Text Font Color

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

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


#ba23bd Background Color

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

This div background color is #ba23bd


#ba23bd Border Color

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

This div border color is #ba23bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba23bd


Comments

No comments written yet.

Please login to write comment.