Color Hex Logo

#ba98bc Color Hex

#BA98BC
(186,152,188)
0 Favorites   0 Comments

Color spaces of #ba98bc

RGB 186152188
HSL0.820.210.67
HSV297°19°74°
CMYK 0.010.190.00   0.26
XYZ40.555036.526452.4898
Yxy36.52640.31300.2819
Hunter Lab60.437114.0137-9.1876
CIE-Lab66.920219.0048-13.8542

#ba98bc color RGB value is (186,152,188).

#ba98bc hex color red value is 186, green value is 152 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba98bc hue: 0.82 , saturation: 0.21 and the lightness value of ba98bc is 0.67.

The process color (four color CMYK) of #ba98bc color hex is 0.01, 0.19, 0.00, 0.26. Web safe color of #ba98bc is #cc99cc. Color #ba98bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011000 10111100
Octal 272 230 274
Decimal 186 152 188
Hex BA 98 BC

RGB Percentages of Color #ba98bc

%35.36
%28.90
%35.74

CMYK Percentages of Color #ba98bc

%1
%19
%0
%26

Triadic Colors of #ba98bc

#ba98bc #bcba98 #98bcba

Analogous Colors of #ba98bc

#ba98bc #bc98ac #a898bc

Monochromatic Colors of #ba98bc

#ba98bc

Complementary Color

#ba98bc #9abc98

#ba98bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba98bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba98bc Color CSS Codes

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

#ba98bc Text Font Color

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

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


#ba98bc Background Color

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

This div background color is #ba98bc


#ba98bc Border Color

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

This div border color is #ba98bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba98bc


Comments

No comments written yet.

Please login to write comment.