Color Hex Logo

#ba1edd Color Hex

#BA1EDD
(186,30,221)
0 Favorites   0 Comments

Color spaces of #ba1edd

RGB 18630221
HSL0.800.760.49
HSV289°86°87°
CMYK 0.160.860.00   0.13
XYZ33.765116.588169.8288
Yxy16.58810.28090.1380
Hunter Lab40.728576.7068-73.1425
CIE-Lab47.736879.3893-62.5821

#ba1edd color RGB value is (186,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011110 11011101
Octal 272 36 335
Decimal 186 30 221
Hex BA 1E DD

RGB Percentages of Color #ba1edd

%42.56
%6.86
%50.57

CMYK Percentages of Color #ba1edd

%16
%86
%0
%13

Triadic Colors of #ba1edd

#ba1edd #ddba1e #1eddba

Analogous Colors of #ba1edd

#ba1edd #dd1ea1 #5a1edd

Monochromatic Colors of #ba1edd

#ba1edd

Complementary Color

#ba1edd #41dd1e

#ba1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1edd Color CSS Codes

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

#ba1edd Text Font Color

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

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


#ba1edd Background Color

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

This div background color is #ba1edd


#ba1edd Border Color

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

This div border color is #ba1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1edd


Comments

No comments written yet.

Please login to write comment.