Color Hex Logo

#b184ca Color Hex

#B184CA
(177,132,202)
0 Favorites   0 Comments

Color spaces of #b184ca

RGB 177132202
HSL0.770.400.65
HSV279°35°79°
CMYK 0.120.350.00   0.21
XYZ37.043430.113959.7373
Yxy30.11390.29190.2373
Hunter Lab54.876124.4608-26.1289
CIE-Lab61.752430.0857-29.6730

#b184ca color RGB value is (177,132,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 11001010
Octal 261 204 312
Decimal 177 132 202
Hex B1 84 CA

RGB Percentages of Color #b184ca

%34.64
%25.83
%39.53

CMYK Percentages of Color #b184ca

%12
%35
%0
%21

Triadic Colors of #b184ca

#b184ca #cab184 #84cab1

Analogous Colors of #b184ca

#b184ca #ca84c0 #8e84ca

Monochromatic Colors of #b184ca

#b184ca

Complementary Color

#b184ca #9dca84

#b184ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b184ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b184ca Color CSS Codes

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

#b184ca Text Font Color

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

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


#b184ca Background Color

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

This div background color is #b184ca


#b184ca Border Color

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

This div border color is #b184ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b184ca


Comments

No comments written yet.

Please login to write comment.