Color Hex Logo

#bf95be Color Hex

#BF95BE
(191,149,190)
0 Favorites   0 Comments

Color spaces of #bf95be

RGB 191149190
HSL0.840.250.67
HSV301°22°75°
CMYK 0.000.220.01   0.25
XYZ41.527636.289053.5309
Yxy36.28900.31620.2763
Hunter Lab60.240417.6311-10.5182
CIE-Lab66.740222.7662-15.1946

#bf95be color RGB value is (191,149,190).

#bf95be hex color red value is 191, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bf95be hue: 0.84 , saturation: 0.25 and the lightness value of bf95be is 0.67.

The process color (four color CMYK) of #bf95be color hex is 0.00, 0.22, 0.01, 0.25. Web safe color of #bf95be is #cc99cc. Color #bf95be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010101 10111110
Octal 277 225 276
Decimal 191 149 190
Hex BF 95 BE

RGB Percentages of Color #bf95be

%36.04
%28.11
%35.85

CMYK Percentages of Color #bf95be

%0
%22
%1
%25

Triadic Colors of #bf95be

#bf95be #bebf95 #95bebf

Analogous Colors of #bf95be

#bf95be #bf95a9 #ab95bf

Monochromatic Colors of #bf95be

#bf95be

Complementary Color

#bf95be #95bf96

#bf95be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf95be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf95be Color CSS Codes

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

#bf95be Text Font Color

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

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


#bf95be Background Color

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

This div background color is #bf95be


#bf95be Border Color

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

This div border color is #bf95be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf95be


Comments

No comments written yet.

Please login to write comment.