Color Hex Logo

#b165ca Color Hex

#B165CA
(177,101,202)
0 Favorites   0 Comments

Color spaces of #b165ca

RGB 177101202
HSL0.790.490.59
HSV285°50°79°
CMYK 0.120.500.00   0.21
XYZ33.445822.918758.5381
Yxy22.91870.29110.1995
Hunter Lab47.873540.9267-38.9864
CIE-Lab54.988547.0121-40.2319

#b165ca color RGB value is (177,101,202).

#b165ca hex color red value is 177, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b165ca hue: 0.79 , saturation: 0.49 and the lightness value of b165ca is 0.59.

The process color (four color CMYK) of #b165ca color hex is 0.12, 0.50, 0.00, 0.21. Web safe color of #b165ca is #9966cc. Color #b165ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01100101 11001010
Octal 261 145 312
Decimal 177 101 202
Hex B1 65 CA

RGB Percentages of Color #b165ca

%36.88
%21.04
%42.08

CMYK Percentages of Color #b165ca

%12
%50
%0
%21

Triadic Colors of #b165ca

#b165ca #cab165 #65cab1

Analogous Colors of #b165ca

#b165ca #ca65b1 #7f65ca

Monochromatic Colors of #b165ca

#b165ca

Complementary Color

#b165ca #7eca65

#b165ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b165ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b165ca Color CSS Codes

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

#b165ca Text Font Color

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

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


#b165ca Background Color

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

This div background color is #b165ca


#b165ca Border Color

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

This div border color is #b165ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b165ca


Comments

No comments written yet.

Please login to write comment.