Color Hex Logo

#b994be Color Hex

#B994BE
(185,148,190)
0 Favorites   0 Comments

Color spaces of #b994be

RGB 185148190
HSL0.810.240.66
HSV293°22°75°
CMYK 0.030.220.00   0.25
XYZ39.891835.211853.4092
Yxy35.21180.31040.2740
Hunter Lab59.339516.1549-11.8269
CIE-Lab65.913221.2820-16.5007

#b994be color RGB value is (185,148,190).

#b994be hex color red value is 185, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b994be hue: 0.81 , saturation: 0.24 and the lightness value of b994be is 0.66.

The process color (four color CMYK) of #b994be color hex is 0.03, 0.22, 0.00, 0.25. Web safe color of #b994be is #cc99cc. Color #b994be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 10111110
Octal 271 224 276
Decimal 185 148 190
Hex B9 94 BE

RGB Percentages of Color #b994be

%35.37
%28.30
%36.33

CMYK Percentages of Color #b994be

%3
%22
%0
%25

Triadic Colors of #b994be

#b994be #beb994 #94beb9

Analogous Colors of #b994be

#b994be #be94ae #a494be

Monochromatic Colors of #b994be

#b994be

Complementary Color

#b994be #99be94

#b994be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b994be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b994be Color CSS Codes

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

#b994be Text Font Color

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

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


#b994be Background Color

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

This div background color is #b994be


#b994be Border Color

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

This div border color is #b994be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,148,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b994be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b994be;
  -webkit-box-shadow: 1px 1px 3px 2px #b994be;
  box-shadow:         1px 1px 3px 2px #b994be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,148,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b994be


Comments

No comments written yet.

Please login to write comment.