Color Hex Logo

#ba7bce Color Hex

#BA7BCE
(186,123,206)
0 Favorites   0 Comments

Color spaces of #ba7bce

RGB 186123206
HSL0.790.460.65
HSV286°40°81°
CMYK 0.100.400.00   0.19
XYZ38.473229.061361.9741
Yxy29.06130.29710.2244
Hunter Lab53.908533.0511-30.4247
CIE-Lab60.835738.6767-33.2721

#ba7bce color RGB value is (186,123,206).

#ba7bce hex color red value is 186, green value is 123 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ba7bce hue: 0.79 , saturation: 0.46 and the lightness value of ba7bce is 0.65.

The process color (four color CMYK) of #ba7bce color hex is 0.10, 0.40, 0.00, 0.19. Web safe color of #ba7bce is #cc66cc. Color #ba7bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111011 11001110
Octal 272 173 316
Decimal 186 123 206
Hex BA 7B CE

RGB Percentages of Color #ba7bce

%36.12
%23.88
%40.00

CMYK Percentages of Color #ba7bce

%10
%40
%0
%19

Triadic Colors of #ba7bce

#ba7bce #ceba7b #7bceba

Analogous Colors of #ba7bce

#ba7bce #ce7bb9 #917bce

Monochromatic Colors of #ba7bce

#ba7bce

Complementary Color

#ba7bce #8fce7b

#ba7bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7bce Color CSS Codes

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

#ba7bce Text Font Color

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

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


#ba7bce Background Color

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

This div background color is #ba7bce


#ba7bce Border Color

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

This div border color is #ba7bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7bce


Comments

No comments written yet.

Please login to write comment.