Color Hex Logo

#b264ca Color Hex

#B264CA
(178,100,202)
0 Favorites   0 Comments

Color spaces of #b264ca

RGB 178100202
HSL0.790.490.59
HSV286°50°79°
CMYK 0.120.500.00   0.21
XYZ33.577922.843658.5166
Yxy22.84360.29210.1987
Hunter Lab47.795041.7622-39.1338
CIE-Lab54.910947.8109-40.3458

#b264ca color RGB value is (178,100,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100100 11001010
Octal 262 144 312
Decimal 178 100 202
Hex B2 64 CA

RGB Percentages of Color #b264ca

%37.08
%20.83
%42.08

CMYK Percentages of Color #b264ca

%12
%50
%0
%21

Triadic Colors of #b264ca

#b264ca #cab264 #64cab2

Analogous Colors of #b264ca

#b264ca #ca64af #7f64ca

Monochromatic Colors of #b264ca

#b264ca

Complementary Color

#b264ca #7cca64

#b264ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b264ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b264ca Color CSS Codes

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

#b264ca Text Font Color

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

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


#b264ca Background Color

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

This div background color is #b264ca


#b264ca Border Color

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

This div border color is #b264ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b264ca


Comments

No comments written yet.

Please login to write comment.