Color Hex Logo

#ba00cd Color Hex

#BA00CD
(186,0,205)
0 Favorites   0 Comments

Color spaces of #ba00cd

RGB 1860205
HSL0.821.000.40
HSV294°100°80°
CMYK 0.091.000.00   0.20
XYZ31.269114.846958.9753
Yxy14.84690.29750.1413
Hunter Lab38.531777.4253-63.7751
CIE-Lab45.423880.4091-57.1266

#ba00cd color RGB value is (186,0,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 11001101
Octal 272 0 315
Decimal 186 0 205
Hex BA 0 CD

RGB Percentages of Color #ba00cd

%47.57
%0.00
%52.43

CMYK Percentages of Color #ba00cd

%9
%100
%0
%20

Triadic Colors of #ba00cd

#ba00cd #cdba00 #00cdba

Analogous Colors of #ba00cd

#ba00cd #cd007a #5300cd

Monochromatic Colors of #ba00cd

#ba00cd

Complementary Color

#ba00cd #13cd00

#ba00cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba00cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba00cd Color CSS Codes

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

#ba00cd Text Font Color

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

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


#ba00cd Background Color

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

This div background color is #ba00cd


#ba00cd Border Color

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

This div border color is #ba00cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,0,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 #ba00cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba00cd


Comments

No comments written yet.

Please login to write comment.