Color Hex Logo

#b634ff Color Hex

#B634FF
(182,52,255)
0 Favorites   0 Comments

Color spaces of #b634ff

RGB 18252255
HSL0.771.000.60
HSV278°80°100°
CMYK 0.290.800.00   0.00
XYZ38.569419.621196.3622
Yxy19.62110.24960.1270
Hunter Lab44.295777.9070-97.9742
CIE-Lab51.406179.6296-75.8022

#b634ff color RGB value is (182,52,255).

#b634ff hex color red value is 182, green value is 52 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b634ff hue: 0.77 , saturation: 1.00 and the lightness value of b634ff is 0.60.

The process color (four color CMYK) of #b634ff color hex is 0.29, 0.80, 0.00, 0.00. Web safe color of #b634ff is #cc33ff. Color #b634ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110100 11111111
Octal 266 64 377
Decimal 182 52 255
Hex B6 34 FF

RGB Percentages of Color #b634ff

%37.22
%10.63
%52.15

CMYK Percentages of Color #b634ff

%29
%80
%0
%0

Triadic Colors of #b634ff

#b634ff #ffb634 #34ffb6

Analogous Colors of #b634ff

#b634ff #ff34e3 #5034ff

Monochromatic Colors of #b634ff

#b634ff

Complementary Color

#b634ff #7dff34

#b634ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b634ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b634ff Color CSS Codes

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

#b634ff Text Font Color

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

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


#b634ff Background Color

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

This div background color is #b634ff


#b634ff Border Color

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

This div border color is #b634ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b634ff

Related Colors


Comments

No comments written yet.

Please login to write comment.