Color Hex Logo

#b093ca Color Hex

#B093CA
(176,147,202)
0 Favorites   0 Comments

Color spaces of #b093ca

RGB 176147202
HSL0.750.340.68
HSV272°27°79°
CMYK 0.130.270.00   0.21
XYZ38.998934.361860.4541
Yxy34.36180.29140.2568
Hunter Lab58.618916.1721-20.1129
CIE-Lab65.248721.3320-24.2971

#b093ca color RGB value is (176,147,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010011 11001010
Octal 260 223 312
Decimal 176 147 202
Hex B0 93 CA

RGB Percentages of Color #b093ca

%33.52
%28.00
%38.48

CMYK Percentages of Color #b093ca

%13
%27
%0
%21

Triadic Colors of #b093ca

#b093ca #cab093 #93cab0

Analogous Colors of #b093ca

#b093ca #ca93c9 #9593ca

Monochromatic Colors of #b093ca

#b093ca

Complementary Color

#b093ca #adca93

#b093ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b093ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b093ca Color CSS Codes

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

#b093ca Text Font Color

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

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


#b093ca Background Color

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

This div background color is #b093ca


#b093ca Border Color

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

This div border color is #b093ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b093ca


Comments

No comments written yet.

Please login to write comment.