Color Hex Logo

#ba4ffd Color Hex

#BA4FFD
(186,79,253)
0 Favorites   0 Comments

Color spaces of #ba4ffd

RGB 18679253
HSL0.770.980.65
HSV277°69°99°
CMYK 0.260.690.00   0.01
XYZ40.775323.122995.2426
Yxy23.12290.25620.1453
Hunter Lab48.086367.2101-83.7730
CIE-Lab55.198770.2088-68.5166

#ba4ffd color RGB value is (186,79,253).

#ba4ffd hex color red value is 186, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ba4ffd hue: 0.77 , saturation: 0.98 and the lightness value of ba4ffd is 0.65.

The process color (four color CMYK) of #ba4ffd color hex is 0.26, 0.69, 0.00, 0.01. Web safe color of #ba4ffd is #cc66ff. Color #ba4ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001111 11111101
Octal 272 117 375
Decimal 186 79 253
Hex BA 4F FD

RGB Percentages of Color #ba4ffd

%35.91
%15.25
%48.84

CMYK Percentages of Color #ba4ffd

%26
%69
%0
%1

Triadic Colors of #ba4ffd

#ba4ffd #fdba4f #4ffdba

Analogous Colors of #ba4ffd

#ba4ffd #fd4fe9 #634ffd

Monochromatic Colors of #ba4ffd

#ba4ffd

Complementary Color

#ba4ffd #92fd4f

#ba4ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4ffd Color CSS Codes

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

#ba4ffd Text Font Color

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

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


#ba4ffd Background Color

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

This div background color is #ba4ffd


#ba4ffd Border Color

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

This div border color is #ba4ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4ffd


Comments

No comments written yet.

Please login to write comment.