Color Hex Logo

#ba3daf Color Hex

#BA3DAF
(186,61,175)
0 Favorites   0 Comments

Color spaces of #ba3daf

RGB 18661175
HSL0.850.510.48
HSV305°67°73°
CMYK 0.000.670.06   0.27
XYZ29.656316.871742.2509
Yxy16.87170.33400.1900
Hunter Lab41.075256.9955-32.2345
CIE-Lab48.098062.8430-35.3639

#ba3daf color RGB value is (186,61,175).

#ba3daf hex color red value is 186, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba3daf hue: 0.85 , saturation: 0.51 and the lightness value of ba3daf is 0.48.

The process color (four color CMYK) of #ba3daf color hex is 0.00, 0.67, 0.06, 0.27. Web safe color of #ba3daf is #cc3399. Color #ba3daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111101 10101111
Octal 272 75 257
Decimal 186 61 175
Hex BA 3D AF

RGB Percentages of Color #ba3daf

%44.08
%14.45
%41.47

CMYK Percentages of Color #ba3daf

%0
%67
%6
%27

Triadic Colors of #ba3daf

#ba3daf #afba3d #3dafba

Analogous Colors of #ba3daf

#ba3daf #ba3d71 #873dba

Monochromatic Colors of #ba3daf

#ba3daf

Complementary Color

#ba3daf #3dba48

#ba3daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3daf Color CSS Codes

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

#ba3daf Text Font Color

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

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


#ba3daf Background Color

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

This div background color is #ba3daf


#ba3daf Border Color

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

This div border color is #ba3daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3daf


Comments

No comments written yet.

Please login to write comment.