Color Hex Logo

#ba1dfd Color Hex

#BA1DFD
(186,29,253)
0 Favorites   0 Comments

Color spaces of #ba1dfd

RGB 18629253
HSL0.780.980.55
HSV282°89°99°
CMYK 0.260.890.00   0.01
XYZ38.418718.409794.4570
Yxy18.40970.25390.1217
Hunter Lab42.906584.7433-100.4900
CIE-Lab49.989385.2537-76.9710

#ba1dfd color RGB value is (186,29,253).

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

The process color (four color CMYK) of #ba1dfd color hex is 0.26, 0.89, 0.00, 0.01. Web safe color of #ba1dfd is #cc33ff. Color #ba1dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011101 11111101
Octal 272 35 375
Decimal 186 29 253
Hex BA 1D FD

RGB Percentages of Color #ba1dfd

%39.74
%6.20
%54.06

CMYK Percentages of Color #ba1dfd

%26
%89
%0
%1

Triadic Colors of #ba1dfd

#ba1dfd #fdba1d #1dfdba

Analogous Colors of #ba1dfd

#ba1dfd #fd1dd0 #4a1dfd

Monochromatic Colors of #ba1dfd

#ba1dfd

Complementary Color

#ba1dfd #60fd1d

#ba1dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1dfd Color CSS Codes

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

#ba1dfd Text Font Color

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

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


#ba1dfd Background Color

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

This div background color is #ba1dfd


#ba1dfd Border Color

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

This div border color is #ba1dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1dfd


Comments

No comments written yet.

Please login to write comment.