Color Hex Logo

#ba00cb Color Hex

#BA00CB
(186,0,203)
0 Favorites   0 Comments

Color spaces of #ba00cb

RGB 1860203
HSL0.821.000.40
HSV295°100°80°
CMYK 0.081.000.00   0.20
XYZ31.029214.750957.7117
Yxy14.75090.29980.1425
Hunter Lab38.406976.9993-62.2066
CIE-Lab45.291180.0960-56.1826

#ba00cb color RGB value is (186,0,203).

#ba00cb hex color red value is 186, green value is 0 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ba00cb hue: 0.82 , saturation: 1.00 and the lightness value of ba00cb is 0.40.

The process color (four color CMYK) of #ba00cb color hex is 0.08, 1.00, 0.00, 0.20. Web safe color of #ba00cb is #cc00cc. Color #ba00cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 11001011
Octal 272 0 313
Decimal 186 0 203
Hex BA 0 CB

RGB Percentages of Color #ba00cb

%47.81
%0.00
%52.19

CMYK Percentages of Color #ba00cb

%8
%100
%0
%20

Triadic Colors of #ba00cb

#ba00cb #cbba00 #00cbba

Analogous Colors of #ba00cb

#ba00cb #cb0077 #5500cb

Monochromatic Colors of #ba00cb

#ba00cb

Complementary Color

#ba00cb #11cb00

#ba00cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba00cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba00cb Color CSS Codes

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

#ba00cb Text Font Color

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

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


#ba00cb Background Color

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

This div background color is #ba00cb


#ba00cb Border Color

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

This div border color is #ba00cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba00cb


Comments

No comments written yet.

Please login to write comment.