Color Hex Logo

#b634f1 Color Hex

#B634F1
(182,52,241)
0 Favorites   0 Comments

Color spaces of #b634f1

RGB 18252241
HSL0.780.870.57
HSV281°78°95°
CMYK 0.240.780.00   0.05
XYZ36.396618.751984.9203
Yxy18.75190.25980.1339
Hunter Lab43.303574.2483-85.9583
CIE-Lab50.395776.8989-69.6219

#b634f1 color RGB value is (182,52,241).

#b634f1 hex color red value is 182, green value is 52 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #b634f1 hue: 0.78 , saturation: 0.87 and the lightness value of b634f1 is 0.57.

The process color (four color CMYK) of #b634f1 color hex is 0.24, 0.78, 0.00, 0.05. Web safe color of #b634f1 is #cc33ff. Color #b634f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110100 11110001
Octal 266 64 361
Decimal 182 52 241
Hex B6 34 F1

RGB Percentages of Color #b634f1

%38.32
%10.95
%50.74

CMYK Percentages of Color #b634f1

%24
%78
%0
%5

Triadic Colors of #b634f1

#b634f1 #f1b634 #34f1b6

Analogous Colors of #b634f1

#b634f1 #f134ce #5834f1

Monochromatic Colors of #b634f1

#b634f1

Complementary Color

#b634f1 #6ff134

#b634f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b634f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b634f1 Color CSS Codes

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

#b634f1 Text Font Color

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

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


#b634f1 Background Color

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

This div background color is #b634f1


#b634f1 Border Color

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

This div border color is #b634f1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,52,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b634f1


Comments

No comments written yet.

Please login to write comment.