Color Hex Logo

#ba7dbf Color Hex

#BA7DBF
(186,125,191)
0 Favorites   0 Comments

Color spaces of #ba7dbf

RGB 186125191
HSL0.820.340.62
HSV295°35°75°
CMYK 0.030.350.00   0.25
XYZ36.987328.867952.9128
Yxy28.86790.31140.2431
Hunter Lab53.728928.8551-20.7793
CIE-Lab60.664934.5888-25.0594

#ba7dbf color RGB value is (186,125,191).

#ba7dbf hex color red value is 186, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ba7dbf hue: 0.82 , saturation: 0.34 and the lightness value of ba7dbf is 0.62.

The process color (four color CMYK) of #ba7dbf color hex is 0.03, 0.35, 0.00, 0.25. Web safe color of #ba7dbf is #cc66cc. Color #ba7dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111101 10111111
Octal 272 175 277
Decimal 186 125 191
Hex BA 7D BF

RGB Percentages of Color #ba7dbf

%37.05
%24.90
%38.05

CMYK Percentages of Color #ba7dbf

%3
%35
%0
%25

Triadic Colors of #ba7dbf

#ba7dbf #bfba7d #7dbfba

Analogous Colors of #ba7dbf

#ba7dbf #bf7da3 #997dbf

Monochromatic Colors of #ba7dbf

#ba7dbf

Complementary Color

#ba7dbf #82bf7d

#ba7dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7dbf Color CSS Codes

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

#ba7dbf Text Font Color

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

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


#ba7dbf Background Color

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

This div background color is #ba7dbf


#ba7dbf Border Color

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

This div border color is #ba7dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7dbf


Comments

No comments written yet.

Please login to write comment.