Color Hex Logo

#ba2fbe Color Hex

#BA2FBE
(186,47,190)
0 Favorites   0 Comments

Color spaces of #ba2fbe

RGB 18647190
HSL0.830.600.46
HSV298°75°75°
CMYK 0.020.750.00   0.25
XYZ30.560516.189850.2294
Yxy16.18980.31510.1669
Hunter Lab40.236665.1605-45.8492
CIE-Lab47.222570.0286-45.5315

#ba2fbe color RGB value is (186,47,190).

#ba2fbe hex color red value is 186, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba2fbe hue: 0.83 , saturation: 0.60 and the lightness value of ba2fbe is 0.46.

The process color (four color CMYK) of #ba2fbe color hex is 0.02, 0.75, 0.00, 0.25. Web safe color of #ba2fbe is #cc33cc. Color #ba2fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101111 10111110
Octal 272 57 276
Decimal 186 47 190
Hex BA 2F BE

RGB Percentages of Color #ba2fbe

%43.97
%11.11
%44.92

CMYK Percentages of Color #ba2fbe

%2
%75
%0
%25

Triadic Colors of #ba2fbe

#ba2fbe #beba2f #2fbeba

Analogous Colors of #ba2fbe

#ba2fbe #be2f7b #732fbe

Monochromatic Colors of #ba2fbe

#ba2fbe

Complementary Color

#ba2fbe #33be2f

#ba2fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2fbe Color CSS Codes

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

#ba2fbe Text Font Color

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

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


#ba2fbe Background Color

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

This div background color is #ba2fbe


#ba2fbe Border Color

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

This div border color is #ba2fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2fbe


Comments

No comments written yet.

Please login to write comment.