Color Hex Logo

#b893ca Color Hex

#B893CA
(184,147,202)
0 Favorites   0 Comments

Color spaces of #b893ca

RGB 184147202
HSL0.780.340.68
HSV280°27°79°
CMYK 0.090.270.00   0.21
XYZ40.861635.322160.5413
Yxy35.32210.29890.2583
Hunter Lab59.432418.7175-18.7936
CIE-Lab65.998723.9231-23.0831

#b893ca color RGB value is (184,147,202).

#b893ca hex color red value is 184, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b893ca hue: 0.78 , saturation: 0.34 and the lightness value of b893ca is 0.68.

The process color (four color CMYK) of #b893ca color hex is 0.09, 0.27, 0.00, 0.21. Web safe color of #b893ca is #cc99cc. Color #b893ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010011 11001010
Octal 270 223 312
Decimal 184 147 202
Hex B8 93 CA

RGB Percentages of Color #b893ca

%34.52
%27.58
%37.90

CMYK Percentages of Color #b893ca

%9
%27
%0
%21

Triadic Colors of #b893ca

#b893ca #cab893 #93cab8

Analogous Colors of #b893ca

#b893ca #ca93c1 #9d93ca

Monochromatic Colors of #b893ca

#b893ca

Complementary Color

#b893ca #a5ca93

#b893ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b893ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b893ca Color CSS Codes

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

#b893ca Text Font Color

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

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


#b893ca Background Color

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

This div background color is #b893ca


#b893ca Border Color

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

This div border color is #b893ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b893ca


Comments

No comments written yet.

Please login to write comment.