Color Hex Logo

#b894cd Color Hex

#B894CD
(184,148,205)
0 Favorites   0 Comments

Color spaces of #b894cd

RGB 184148205
HSL0.770.360.69
HSV278°28°80°
CMYK 0.100.280.00   0.20
XYZ41.376535.777962.4827
Yxy35.77790.29630.2562
Hunter Lab59.814618.8010-20.0644
CIE-Lab66.349923.9877-24.2170

#b894cd color RGB value is (184,148,205).

#b894cd hex color red value is 184, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b894cd hue: 0.77 , saturation: 0.36 and the lightness value of b894cd is 0.69.

The process color (four color CMYK) of #b894cd color hex is 0.10, 0.28, 0.00, 0.20. Web safe color of #b894cd is #cc99cc. Color #b894cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 11001101
Octal 270 224 315
Decimal 184 148 205
Hex B8 94 CD

RGB Percentages of Color #b894cd

%34.26
%27.56
%38.18

CMYK Percentages of Color #b894cd

%10
%28
%0
%20

Triadic Colors of #b894cd

#b894cd #cdb894 #94cdb8

Analogous Colors of #b894cd

#b894cd #cd94c6 #9c94cd

Monochromatic Colors of #b894cd

#b894cd

Complementary Color

#b894cd #a9cd94

#b894cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b894cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b894cd Color CSS Codes

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

#b894cd Text Font Color

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

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


#b894cd Background Color

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

This div background color is #b894cd


#b894cd Border Color

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

This div border color is #b894cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b894cd


Comments

No comments written yet.

Please login to write comment.