Color Hex Logo

#ba67be Color Hex

#BA67BE
(186,103,190)
0 Favorites   0 Comments

Color spaces of #ba67be

RGB 186103190
HSL0.830.400.57
HSV297°46°75°
CMYK 0.020.460.00   0.25
XYZ34.394223.857351.5073
Yxy23.85730.31340.2174
Hunter Lab48.843940.2166-28.3322
CIE-Lab55.944646.1964-31.7930

#ba67be color RGB value is (186,103,190).

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

The process color (four color CMYK) of #ba67be color hex is 0.02, 0.46, 0.00, 0.25. Web safe color of #ba67be is #cc66cc. Color #ba67be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100111 10111110
Octal 272 147 276
Decimal 186 103 190
Hex BA 67 BE

RGB Percentages of Color #ba67be

%38.83
%21.50
%39.67

CMYK Percentages of Color #ba67be

%2
%46
%0
%25

Triadic Colors of #ba67be

#ba67be #beba67 #67beba

Analogous Colors of #ba67be

#ba67be #be6797 #8f67be

Monochromatic Colors of #ba67be

#ba67be

Complementary Color

#ba67be #6bbe67

#ba67be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba67be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba67be Color CSS Codes

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

#ba67be Text Font Color

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

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


#ba67be Background Color

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

This div background color is #ba67be


#ba67be Border Color

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

This div border color is #ba67be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba67be


Comments

No comments written yet.

Please login to write comment.