Color Hex Logo

#ba3cdd Color Hex

#BA3CDD
(186,60,221)
0 Favorites   0 Comments

Color spaces of #ba3cdd

RGB 18660221
HSL0.800.700.55
HSV287°73°87°
CMYK 0.160.730.00   0.13
XYZ34.916718.891370.2127
Yxy18.89130.28150.1523
Hunter Lab43.464167.3349-65.3532
CIE-Lab50.559871.2021-58.0304

#ba3cdd color RGB value is (186,60,221).

#ba3cdd hex color red value is 186, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba3cdd hue: 0.80 , saturation: 0.70 and the lightness value of ba3cdd is 0.55.

The process color (four color CMYK) of #ba3cdd color hex is 0.16, 0.73, 0.00, 0.13. Web safe color of #ba3cdd is #cc33cc. Color #ba3cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111100 11011101
Octal 272 74 335
Decimal 186 60 221
Hex BA 3C DD

RGB Percentages of Color #ba3cdd

%39.83
%12.85
%47.32

CMYK Percentages of Color #ba3cdd

%16
%73
%0
%13

Triadic Colors of #ba3cdd

#ba3cdd #ddba3c #3cddba

Analogous Colors of #ba3cdd

#ba3cdd #dd3cb0 #6a3cdd

Monochromatic Colors of #ba3cdd

#ba3cdd

Complementary Color

#ba3cdd #5fdd3c

#ba3cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3cdd Color CSS Codes

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

#ba3cdd Text Font Color

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

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


#ba3cdd Background Color

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

This div background color is #ba3cdd


#ba3cdd Border Color

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

This div border color is #ba3cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3cdd


Comments

No comments written yet.

Please login to write comment.