Color Hex Logo

#b188ca Color Hex

#B188CA
(177,136,202)
0 Favorites   0 Comments

Color spaces of #b188ca

RGB 177136202
HSL0.770.380.66
HSV277°33°79°
CMYK 0.120.330.00   0.21
XYZ37.596331.219759.9216
Yxy31.21970.29200.2425
Hunter Lab55.874622.3266-24.4722
CIE-Lab62.692727.8409-28.2200

#b188ca color RGB value is (177,136,202).

#b188ca hex color red value is 177, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b188ca hue: 0.77 , saturation: 0.38 and the lightness value of b188ca is 0.66.

The process color (four color CMYK) of #b188ca color hex is 0.12, 0.33, 0.00, 0.21. Web safe color of #b188ca is #9999cc. Color #b188ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001000 11001010
Octal 261 210 312
Decimal 177 136 202
Hex B1 88 CA

RGB Percentages of Color #b188ca

%34.37
%26.41
%39.22

CMYK Percentages of Color #b188ca

%12
%33
%0
%21

Triadic Colors of #b188ca

#b188ca #cab188 #88cab1

Analogous Colors of #b188ca

#b188ca #ca88c2 #9088ca

Monochromatic Colors of #b188ca

#b188ca

Complementary Color

#b188ca #a1ca88

#b188ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b188ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b188ca Color CSS Codes

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

#b188ca Text Font Color

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

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


#b188ca Background Color

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

This div background color is #b188ca


#b188ca Border Color

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

This div border color is #b188ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b188ca


Comments

No comments written yet.

Please login to write comment.