Color Hex Logo

#b493ca Color Hex

#B493CA
(180,147,202)
0 Favorites   0 Comments

Color spaces of #b493ca

RGB 180147202
HSL0.770.340.68
HSV276°27°79°
CMYK 0.110.270.00   0.21
XYZ39.916834.835060.4971
Yxy34.83500.29510.2576
Hunter Lab59.021217.4348-19.4578
CIE-Lab65.620022.6241-23.6959

#b493ca color RGB value is (180,147,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 11001010
Octal 264 223 312
Decimal 180 147 202
Hex B4 93 CA

RGB Percentages of Color #b493ca

%34.03
%27.79
%38.19

CMYK Percentages of Color #b493ca

%11
%27
%0
%21

Triadic Colors of #b493ca

#b493ca #cab493 #93cab4

Analogous Colors of #b493ca

#b493ca #ca93c5 #9993ca

Monochromatic Colors of #b493ca

#b493ca

Complementary Color

#b493ca #a9ca93

#b493ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b493ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b493ca Color CSS Codes

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

#b493ca Text Font Color

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

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


#b493ca Background Color

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

This div background color is #b493ca


#b493ca Border Color

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

This div border color is #b493ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b493ca


Comments

No comments written yet.

Please login to write comment.