Color Hex Logo

#b264ff Color Hex

#B264FF
(178,100,255)
0 Favorites   0 Comments

Color spaces of #b264ff

RGB 178100255
HSL0.751.000.70
HSV270°61°100°
CMYK 0.300.610.00   0.00
XYZ40.967325.799397.4283
Yxy25.79930.24950.1571
Hunter Lab50.793055.0821-78.1716
CIE-Lab57.846159.3888-65.4043

#b264ff color RGB value is (178,100,255).

#b264ff hex color red value is 178, green value is 100 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b264ff hue: 0.75 , saturation: 1.00 and the lightness value of b264ff is 0.70.

The process color (four color CMYK) of #b264ff color hex is 0.30, 0.61, 0.00, 0.00. Web safe color of #b264ff is #9966ff. Color #b264ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100100 11111111
Octal 262 144 377
Decimal 178 100 255
Hex B2 64 FF

RGB Percentages of Color #b264ff

%33.40
%18.76
%47.84

CMYK Percentages of Color #b264ff

%30
%61
%0
%0

Triadic Colors of #b264ff

#b264ff #ffb264 #64ffb2

Analogous Colors of #b264ff

#b264ff #ff64ff #6564ff

Monochromatic Colors of #b264ff

#b264ff

Complementary Color

#b264ff #b1ff64

#b264ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b264ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b264ff Color CSS Codes

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

#b264ff Text Font Color

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

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


#b264ff Background Color

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

This div background color is #b264ff


#b264ff Border Color

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

This div border color is #b264ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,100,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b264ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b264ff

Related Colors


Comments

No comments written yet.

Please login to write comment.