Color Hex Logo

#bf98ba Color Hex

#BF98BA
(191,152,186)
0 Favorites   0 Comments

Color spaces of #bf98ba

RGB 191152186
HSL0.850.230.67
HSV308°20°75°
CMYK 0.000.200.03   0.25
XYZ41.577037.078051.4198
Yxy37.07800.31960.2851
Hunter Lab60.891715.3197-7.4430
CIE-Lab67.335520.3504-12.0652

#bf98ba color RGB value is (191,152,186).

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

The process color (four color CMYK) of #bf98ba color hex is 0.00, 0.20, 0.03, 0.25. Web safe color of #bf98ba is #cc99cc. Color #bf98ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011000 10111010
Octal 277 230 272
Decimal 191 152 186
Hex BF 98 BA

RGB Percentages of Color #bf98ba

%36.11
%28.73
%35.16

CMYK Percentages of Color #bf98ba

%0
%20
%3
%25

Triadic Colors of #bf98ba

#bf98ba #babf98 #98babf

Analogous Colors of #bf98ba

#bf98ba #bf98a7 #b198bf

Monochromatic Colors of #bf98ba

#bf98ba

Complementary Color

#bf98ba #98bf9d

#bf98ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf98ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf98ba Color CSS Codes

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

#bf98ba Text Font Color

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

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


#bf98ba Background Color

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

This div background color is #bf98ba


#bf98ba Border Color

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

This div border color is #bf98ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf98ba


Comments

No comments written yet.

Please login to write comment.