Color Hex Logo

#ba7dbc Color Hex

#BA7DBC
(186,125,188)
0 Favorites   0 Comments

Color spaces of #ba7dbc

RGB 186125188
HSL0.830.320.61
HSV298°34°74°
CMYK 0.010.340.00   0.26
XYZ36.660428.737251.1916
Yxy28.73720.31440.2465
Hunter Lab53.607128.2588-19.0935
CIE-Lab60.549034.0096-23.5354

#ba7dbc color RGB value is (186,125,188).

#ba7dbc hex color red value is 186, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba7dbc hue: 0.83 , saturation: 0.32 and the lightness value of ba7dbc is 0.61.

The process color (four color CMYK) of #ba7dbc color hex is 0.01, 0.34, 0.00, 0.26. Web safe color of #ba7dbc is #cc66cc. Color #ba7dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111101 10111100
Octal 272 175 274
Decimal 186 125 188
Hex BA 7D BC

RGB Percentages of Color #ba7dbc

%37.27
%25.05
%37.68

CMYK Percentages of Color #ba7dbc

%1
%34
%0
%26

Triadic Colors of #ba7dbc

#ba7dbc #bcba7d #7dbcba

Analogous Colors of #ba7dbc

#ba7dbc #bc7d9f #9b7dbc

Monochromatic Colors of #ba7dbc

#ba7dbc

Complementary Color

#ba7dbc #7fbc7d

#ba7dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7dbc Color CSS Codes

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

#ba7dbc Text Font Color

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

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


#ba7dbc Background Color

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

This div background color is #ba7dbc


#ba7dbc Border Color

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

This div border color is #ba7dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7dbc


Comments

No comments written yet.

Please login to write comment.