Color Hex Logo

#ba4edc Color Hex

#BA4EDC
(186,78,220)
0 Favorites   0 Comments

Color spaces of #ba4edc

RGB 18678220
HSL0.790.670.58
HSV286°65°86°
CMYK 0.150.650.00   0.14
XYZ35.892421.055269.8825
Yxy21.05520.28300.1660
Hunter Lab45.885959.3239-58.1762
CIE-Lab53.009963.9464-53.5348

#ba4edc color RGB value is (186,78,220).

#ba4edc hex color red value is 186, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba4edc hue: 0.79 , saturation: 0.67 and the lightness value of ba4edc is 0.58.

The process color (four color CMYK) of #ba4edc color hex is 0.15, 0.65, 0.00, 0.14. Web safe color of #ba4edc is #cc66cc. Color #ba4edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001110 11011100
Octal 272 116 334
Decimal 186 78 220
Hex BA 4E DC

RGB Percentages of Color #ba4edc

%38.43
%16.12
%45.45

CMYK Percentages of Color #ba4edc

%15
%65
%0
%14

Triadic Colors of #ba4edc

#ba4edc #dcba4e #4edcba

Analogous Colors of #ba4edc

#ba4edc #dc4eb7 #734edc

Monochromatic Colors of #ba4edc

#ba4edc

Complementary Color

#ba4edc #70dc4e

#ba4edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4edc Color CSS Codes

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

#ba4edc Text Font Color

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

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


#ba4edc Background Color

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

This div background color is #ba4edc


#ba4edc Border Color

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

This div border color is #ba4edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4edc


Comments

No comments written yet.

Please login to write comment.