Color Hex Logo

#ba1cdc Color Hex

#BA1CDC
(186,28,220)
0 Favorites   0 Comments

Color spaces of #ba1cdc

RGB 18628220
HSL0.800.770.49
HSV289°87°86°
CMYK 0.150.870.00   0.14
XYZ33.583216.436969.1128
Yxy16.43690.28190.1380
Hunter Lab40.542476.9106-72.6921
CIE-Lab47.542579.5895-62.3255

#ba1cdc color RGB value is (186,28,220).

#ba1cdc hex color red value is 186, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba1cdc hue: 0.80 , saturation: 0.77 and the lightness value of ba1cdc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011100 11011100
Octal 272 34 334
Decimal 186 28 220
Hex BA 1C DC

RGB Percentages of Color #ba1cdc

%42.86
%6.45
%50.69

CMYK Percentages of Color #ba1cdc

%15
%87
%0
%14

Triadic Colors of #ba1cdc

#ba1cdc #dcba1c #1cdcba

Analogous Colors of #ba1cdc

#ba1cdc #dc1c9e #5a1cdc

Monochromatic Colors of #ba1cdc

#ba1cdc

Complementary Color

#ba1cdc #3edc1c

#ba1cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1cdc Color CSS Codes

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

#ba1cdc Text Font Color

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

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


#ba1cdc Background Color

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

This div background color is #ba1cdc


#ba1cdc Border Color

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

This div border color is #ba1cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1cdc


Comments

No comments written yet.

Please login to write comment.