Color Hex Logo

#b895ce Color Hex

#B895CE
(184,149,206)
0 Favorites   0 Comments

Color spaces of #b895ce

RGB 184149206
HSL0.770.370.70
HSV277°28°81°
CMYK 0.110.280.00   0.19
XYZ41.655236.141563.1731
Yxy36.14150.29550.2564
Hunter Lab60.117818.4752-20.2208
CIE-Lab66.627923.6382-24.3476

#b895ce color RGB value is (184,149,206).

#b895ce hex color red value is 184, green value is 149 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b895ce hue: 0.77 , saturation: 0.37 and the lightness value of b895ce is 0.70.

The process color (four color CMYK) of #b895ce color hex is 0.11, 0.28, 0.00, 0.19. Web safe color of #b895ce is #cc99cc. Color #b895ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 11001110
Octal 270 225 316
Decimal 184 149 206
Hex B8 95 CE

RGB Percentages of Color #b895ce

%34.14
%27.64
%38.22

CMYK Percentages of Color #b895ce

%11
%28
%0
%19

Triadic Colors of #b895ce

#b895ce #ceb895 #95ceb8

Analogous Colors of #b895ce

#b895ce #ce95c8 #9c95ce

Monochromatic Colors of #b895ce

#b895ce

Complementary Color

#b895ce #abce95

#b895ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895ce Color CSS Codes

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

#b895ce Text Font Color

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

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


#b895ce Background Color

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

This div background color is #b895ce


#b895ce Border Color

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

This div border color is #b895ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,149,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895ce


Comments

No comments written yet.

Please login to write comment.