Color Hex Logo

#b183ca Color Hex

#B183CA
(177,131,202)
0 Favorites   0 Comments

Color spaces of #b183ca

RGB 177131202
HSL0.770.400.65
HSV279°35°79°
CMYK 0.120.350.00   0.21
XYZ36.908429.844059.6923
Yxy29.84400.29190.2360
Hunter Lab54.629724.9947-26.5438
CIE-Lab61.519430.6458-30.0336

#b183ca color RGB value is (177,131,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000011 11001010
Octal 261 203 312
Decimal 177 131 202
Hex B1 83 CA

RGB Percentages of Color #b183ca

%34.71
%25.69
%39.61

CMYK Percentages of Color #b183ca

%12
%35
%0
%21

Triadic Colors of #b183ca

#b183ca #cab183 #83cab1

Analogous Colors of #b183ca

#b183ca #ca83c0 #8e83ca

Monochromatic Colors of #b183ca

#b183ca

Complementary Color

#b183ca #9cca83

#b183ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b183ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b183ca Color CSS Codes

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

#b183ca Text Font Color

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

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


#b183ca Background Color

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

This div background color is #b183ca


#b183ca Border Color

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

This div border color is #b183ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b183ca


Comments

No comments written yet.

Please login to write comment.