Color Hex Logo

#b094ca Color Hex

#B094CA
(176,148,202)
0 Favorites   0 Comments

Color spaces of #b094ca

RGB 176148202
HSL0.750.340.69
HSV271°27°79°
CMYK 0.130.270.00   0.21
XYZ39.155134.674260.5062
Yxy34.67420.29150.2581
Hunter Lab58.884815.6441-19.7032
CIE-Lab65.494220.7693-23.9210

#b094ca color RGB value is (176,148,202).

#b094ca hex color red value is 176, green value is 148 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b094ca hue: 0.75 , saturation: 0.34 and the lightness value of b094ca is 0.69.

The process color (four color CMYK) of #b094ca color hex is 0.13, 0.27, 0.00, 0.21. Web safe color of #b094ca is #9999cc. Color #b094ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010100 11001010
Octal 260 224 312
Decimal 176 148 202
Hex B0 94 CA

RGB Percentages of Color #b094ca

%33.46
%28.14
%38.40

CMYK Percentages of Color #b094ca

%13
%27
%0
%21

Triadic Colors of #b094ca

#b094ca #cab094 #94cab0

Analogous Colors of #b094ca

#b094ca #ca94c9 #9594ca

Monochromatic Colors of #b094ca

#b094ca

Complementary Color

#b094ca #aeca94

#b094ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b094ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b094ca Color CSS Codes

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

#b094ca Text Font Color

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

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


#b094ca Background Color

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

This div background color is #b094ca


#b094ca Border Color

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

This div border color is #b094ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b094ca


Comments

No comments written yet.

Please login to write comment.