Color Hex Logo

#b465ca Color Hex

#B465CA
(180,101,202)
0 Favorites   0 Comments

Color spaces of #b465ca

RGB 180101202
HSL0.800.490.59
HSV287°50°79°
CMYK 0.110.500.00   0.21
XYZ34.136723.274958.5704
Yxy23.27490.29430.2007
Hunter Lab48.244141.8765-38.2098
CIE-Lab55.354447.8492-39.6309

#b465ca color RGB value is (180,101,202).

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

The process color (four color CMYK) of #b465ca color hex is 0.11, 0.50, 0.00, 0.21. Web safe color of #b465ca is #cc66cc. Color #b465ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 11001010
Octal 264 145 312
Decimal 180 101 202
Hex B4 65 CA

RGB Percentages of Color #b465ca

%37.27
%20.91
%41.82

CMYK Percentages of Color #b465ca

%11
%50
%0
%21

Triadic Colors of #b465ca

#b465ca #cab465 #65cab4

Analogous Colors of #b465ca

#b465ca #ca65ae #8265ca

Monochromatic Colors of #b465ca

#b465ca

Complementary Color

#b465ca #7bca65

#b465ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b465ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b465ca Color CSS Codes

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

#b465ca Text Font Color

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

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


#b465ca Background Color

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

This div background color is #b465ca


#b465ca Border Color

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

This div border color is #b465ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b465ca


Comments

No comments written yet.

Please login to write comment.